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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逎題イよ擇 | 111001111010001110010001111010001011001010000010111001101001110110100010 | e7a391e8b282e69da2 |
EUC-JP | 逎題イよ擇 | 11101110101001011100001011101010100011101011001010100100111010001101101010100100 | eea5c2ea8eb2a4e8daa4 |
UTF-8 | 逎題イよ擇 | 111010011000000010001110111010011010000110001100111011111011110110110010111000111000001010001000111001101001001110000111 | e9808ee9a18cefbdb2e38288e69387 |
UHC | ?題?よ擇 | 0011111111110000101110010011111110101010111010001111011111001001 | 3ff0b93faae8f7c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)