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 | 釈渉蓚 | 1000111011011111100011111100001011110000100011111110010011101001 | 8edf8fc2f08fe4e9 |
EUC-JP | 釈渉?蓚 | 10111100111000011011111011000100001111111110100011101011 | bce1bec43fe8eb |
UTF-8 | 釈渉蓚 | 111010011000011110001000111001101011100010001001111011101000000110001110111010001001001110011010 | e98788e6b889ee818ee8939a |
UHC | ???蓚 | 0011111100111111001111111110001010111110 | 3f3f3fe2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)