To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 床鈆・ニ | 100011111011000011111011110000011010010111000110 | 8fb0fbc1a5c6 |
EUC-JP | 床鈆・ニ | 101111101011001010001111111000111011110010001110101001011000111011000110 | beb28fe3bc8ea58ec6 |
UTF-8 | 床鈆・ニ | 111001011011101010001010111010011000100010000110111011111011110110100101111011111011111010000110 | e5ba8ae98886efbda5efbe86 |
UHC | 床??? | 1101111111001001001111110011111100111111 | dfc93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)