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 | 蒸?奬伎?? | 100011111111011000111111100110101111101110001010111010100011111100111111 | 8ff63f9afb8aea3f3f |
EUC-JP | 蒸?奬伎?? | 101111101111100000111111110101001111110110110100111011000011111100111111 | bef83fd4fdb4ec3f3f |
UTF-8 | 蒸렧奬伎렖렕 | 111010001001001010111000111010111010000010100111111001011010010110101100111001001011110010001110111010111010000010010110111010111010000010010101 | e892b8eba0a7e5a5ace4bc8eeba096eba095 |
UHC | 蒸렧奬伎렖렕 | 111100011111101010001110101101101110110111100001110100001110101110001110101010111000111010101010 | f1fa8eb6ede1d0eb8eab8eaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)