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 | ????C? | 001111110011111100111111001111110100001100111111 | 3f3f3f3f433f |
SJIS-WIN | ??斤?C? | 00111111001111111000101111010010001111110100001100111111 | 3f3f8bd23f433f |
EUC-JP | ??斤?C? | 00111111001111111011011011010100001111110100001100111111 | 3f3fb6d43f433f |
UTF-8 | 렺셔斤렭C렺 | 11101011101000001011101011101100100001011001010011100110100101101010010011101011101000001010110101000011111010111010000010111010 | eba0baec8594e696a4eba0ad43eba0ba |
UHC | 렺셔斤렭C렺 | 1000111011000010101111001100010111010000110001011000111010111010010000111000111011000010 | 8ec2bcc5d0c58eba438ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)