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???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
SJIS-WIN | ?苟C???? | 0011111111100100100100010100001100111111001111110011111100111111 | 3fe491433f3f3f3f |
EUC-JP | ?苟C???? | 0011111111100111111100010100001100111111001111110011111100111111 | 3fe7f1433f3f3f3f |
UTF-8 | 렺苟C렻렏렻렋 | 11101011101000001011101011101000100010111001111101000011111010111010000010111011111010111010000010001111111010111010000010111011111010111010000010001011 | eba0bae88b9f43eba0bbeba08feba0bbeba08b |
UHC | 렺苟C렻렏렻렋 | 10001110110000101100111111000010010000111000111011000011100011101010010110001110110000111000111010100010 | 8ec2cfc2438ec38ea58ec38ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)