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 | 市??蒻?? | 1000111001110011001111110011111111100100111010000011111100111111 | 8e733f3fe4e83f3f |
EUC-JP | 市??蒻?? | 1011101111010100001111110011111111101000111010100011111100111111 | bbd43f3fe8ea3f3f |
UTF-8 | 市뒎뜜蒻룈뛛 | 111001011011100010000010111010111001001010001110111010111001110010011100111010001001001010111011111010111010001110001000111010111001101110011011 | e5b882eb928eeb9c9ce892bbeba388eb9b9b |
UHC | 市뒎뜜蒻룈뛛 | 111000111011110010001010100010111000110110011111111001011011011010001111100001111000110101011000 | e3bc8a8b8d9fe5b68f878d58 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)