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 | ?り?源?? | 0011111110000010111010000011111110001100101110010011111100111111 | 3f82e83f8cb93f3f |
EUC-JP | ?り?源?? | 0011111110100100111010100011111110111000101110110011111100111111 | 3fa4ea3fb8bb3f3f |
UTF-8 | 閭り퇌源꾢푻 | 111011111010011010000110111000111000001010001010111011011000011110001100111001101011101010010000111010101011111010100010111011011001000110111011 | efa686e3828aed878ce6ba90eabea2ed91bb |
UHC | 閭り퇌源꾢푻 | 111001101010110110101010111010101011011110011101111010101011100110000100111001011011111010000111 | e6adaaeab79deab984e5be87 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)