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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?綜 | 00111111001111110011111101000111001111111001000110001110 | 3f3f3f473f918e |
EUC-JP | ???G?綜 | 00111111001111110011111101000111001111111100000111101110 | 3f3f3f473fc1ee |
UTF-8 | 뤗횓랑G렱綜 | 11101011101001001001011111101101100110101001001111101011100111101001000101000111111010111010000010110001111001111011011010011100 | eba497ed9a93eb9e9147eba0b1e7b69c |
UHC | 뤗횓랑G렱綜 | 1000111111000111110000111000111010110110111110110100011110001110101111101111000011111100 | 8fc7c38eb6fb478ebef0fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)