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 | 雎撰スサ鬩・ | 111010001011000110010000111011111011110110111011111010011010100110100101 | e8b190efbdbbe9a9a5 |
EUC-JP | 雎撰スサ鬩・ | 111100001011001111000000111100011000111010111101100011101011101111110010101010111000111010100101 | f0b3c0f18ebd8ebbf2ab8ea5 |
UTF-8 | 雎撰スサ鬩・ | 111010011001101110001110111001101001001010110000111011111011110110111101111011111011110110111011111010011010110010101001111011111011110110100101 | e99b8ee692b0efbdbdefbdbbe9aca9efbda5 |
UHC | 雎撰???? | 1110111011010001111100111011110000111111001111110011111100111111 | eed1f3bc3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)