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 | ???驅?? | 00111111001111110011111111101001011110110011111100111111 | 3f3f3fe97b3f3f |
EUC-JP | ???驅?? | 00111111001111110011111111110001110111000011111100111111 | 3f3f3ff1dc3f3f |
UTF-8 | 렺궷렺驅렺궷 | 111010111010000010111010111010101011011010110111111010111010000010111010111010011010100110000101111010111010000010111010111010101011011010110111 | eba0baeab6b7eba0bae9a985eba0baeab6b7 |
UHC | 렺궷렺驅렺궷 | 100011101100001010110001110011001000111011000010110011111100110010001110110000101011000111001100 | 8ec2b1cc8ec2cfcc8ec2b1cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)