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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?兀?? | 0011111110011001010110010011111100111111 | 3f99593f3f |
EUC-JP | ?兀饔? | 00111111110100011011101010001111111010001110111100111111 | 3fd1ba8fe8ef3f |
UTF-8 | 렡兀饔롉 | 111010111010000010100001111001011000010110000000111010011010010110010100111010111010000110001001 | eba0a1e58580e9a594eba189 |
UHC | 렡兀饔롉 | 1000111010110010111010001011010011101000101111011000111011001111 | 8eb2e8b4e8bd8ecf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)