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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隲ア繧違遐B | 11101000101010111011000111100011100000101000100011100001111001111010000001000010 | e8abb1e38288e1e7a042 |
EUC-JP | 隲ア繧違遐B | 1111000010101101100011101011000111100101111000101011000011100011111011101010001001000010 | f0ad8eb1e5e2b0e3eea242 |
UTF-8 | 隲ア繧違遐B | 11101001100110101011001011101111101111011011000111100111101110011010011111101001100000011001010111101001100000011001000001000010 | e99ab2efbdb1e7b9a7e98195e9819042 |
UHC | ???違遐B | 0011111100111111001111111110101011011110111110011100011001000010 | 3f3f3feadef9c642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)