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 | 堤?渦??? | 1001001011100111001111111000100101010001001111110011111100111111 | 92e73f89513f3f3f |
EUC-JP | 堤?渦??? | 1100010011101001001111111011000110110010001111110011111100111111 | c4e93fb1b23f3f3f |
UTF-8 | 堤렚渦쇤렦렋 | 111001011010000010100100111010111010000010011010111001101011100010100110111011001000011110100100111010111010000010100110111010111010000010001011 | e5a0a4eba09ae6b8a6ec87a4eba0a6eba08b |
UHC | 堤렚渦쇤렦렋 | 111100001010011110001110101011011110100010111110101111001110100110001110101101011000111010100010 | f0a78eade8bebce98eb58ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)