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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?驅???驅 | 0011111111101001011110110011111100111111001111111110100101111011 | 3fe97b3f3f3fe97b |
EUC-JP | ?驅???驅 | 0011111111110001110111000011111100111111001111111111000111011100 | 3ff1dc3f3f3ff1dc |
UTF-8 | 렺驅렺굽렺驅 | 111010111010000010111010111010011010100110000101111010111010000010111010111010101011010110111101111010111010000010111010111010011010100110000101 | eba0bae9a985eba0baeab5bdeba0bae9a985 |
UHC | 렺驅렺굽렺驅 | 100011101100001011001111110011001000111011000010101100011100000110001110110000101100111111001100 | 8ec2cfcc8ec2b1c18ec2cfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)