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 | 雉ー蜥定゚ | 1110100010110011101100001110010110010010100100101110100011011111 | e8b3b0e59292e8df |
EUC-JP | 雉ー蜥定゚ | 11110000101101011000111010110000111010011111001011000100111010101000111011011111 | f0b58eb0e9f2c4ea8edf |
UTF-8 | 雉ー蜥定゚ | 111010011001101110001001111011111011110110110000111010001001110010100101111001011010111010011010111011111011111010011111 | e99b89efbdb0e89ca5e5ae9aefbe9f |
UHC | 雉??定? | 11110110110010110011111100111111111011111101001000111111 | f6cb3f3fefd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)