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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ??饔?? | 00111111001111111000111111101000111011110011111100111111 | 3f3f8fe8ef3f3f |
UTF-8 | 롊롅饔렊롊 | 111010111010000110001010111010111010000110000101111010011010010110010100111010111010000010001010111010111010000110001010 | eba18aeba185e9a594eba08aeba18a |
UHC | 롊롅饔렊롊 | 10001110110100001000111011001011111010001011110110001110101000011000111011010000 | 8ed08ecbe8bd8ea18ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)