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 | ???使?? | 00111111001111110011111110001110011001110011111100111111 | 3f3f3f8e673f3f |
EUC-JP | ???使?? | 00111111001111110011111110111011110010000011111100111111 | 3f3f3fbbc83f3f |
UTF-8 | 렺귓렻使렱렺 | 111010111010000010111010111010101011011110010011111010111010000010111011111001001011110110111111111010111010000010110001111010111010000010111010 | eba0baeab793eba0bbe4bdbfeba0b1eba0ba |
UHC | 렺귓렻使렱렺 | 100011101100001010110001110100111000111011000011110111101100010110001110101111101000111011000010 | 8ec2b1d38ec3dec58ebe8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)