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 | 顋蛾宦讀 | 1110100011111001100010011110100110011011100000011110011010100100 | e8f989e99b81e6a4 |
EUC-JP | 顋蛾宦讀 | 1111000011111011101100101110101111010101111000011110110010100110 | f0fbb2ebd5e1eca6 |
UTF-8 | 顋蛾宦讀 | 111010011010000110001011111010001001101110111110111001011010111010100110111010001010111010000000 | e9a18be89bbee5aea6e8ae80 |
UHC | ?蛾宦讀 | 00111111111001001011011011111100101100101101010011000001 | 3fe4b6fcb2d4c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)