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 | ??b??? | 001111110011111101100010001111110011111100111111 | 3f3f623f3f3f |
SJIS-WIN | ??b?使? | 00111111001111110110001000111111100011100110011100111111 | 3f3f623f8e673f |
EUC-JP | ??b?使? | 00111111001111110110001000111111101110111100100000111111 | 3f3f623fbbc83f |
UTF-8 | 렻렋b렺使렒 | 11101011101000001011101111101011101000001000101101100010111010111010000010111010111001001011110110111111111010111010000010010010 | eba0bbeba08b62eba0bae4bdbfeba092 |
UHC | 렻렋b렺使렒 | 1000111011000011100011101010001001100010100011101100001011011110110001011000111010100111 | 8ec38ea2628ec2dec58ea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)