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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒻る???┴ | 111001001110100010000010111010010011111100111111001111111000010010101000 | e4e882e93f3f3f84a8 |
EUC-JP | 蒻る???┴ | 111010001110101010100100111010110011111100111111001111111010100010101010 | e8eaa4eb3f3f3fa8aa |
UTF-8 | 蒻る뿩杻롳┴ | 111010001001001010111011111000111000001010001011111010111011111110101001111011111010011110001000111010111010000110110011111000101001010010110100 | e892bbe3828bebbfa9efa788eba1b3e294b4 |
UHC | 蒻る뿩杻롳┴ | 111001011011011010101010111010111001011110101001111010101111010010001110111011111010011010101010 | e5b6aaeb97a9eaf48eefa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)