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 | 沆??節? | 11111010111101110011111100111111100100001101111100111111 | faf73f3f90df3f |
EUC-JP | 沆??節? | 1000111111000110111010100011111100111111110000001110000100111111 | 8fc6ea3f3fc0e13f |
UTF-8 | 沆답튂節딄 | 111001101011001010000110111010111000101110110101111011011000101010000010111001111010111110000000111010111001010010000100 | e6b286eb8bb5ed8a82e7af80eb9484 |
UHC | 沆답튂節딄 | 11111001111110101011010011100100101110011001100011101111101111011000101011101010 | f9fab4e4b998efbd8aea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)