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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??措 | 00111111001111111001000101011011 | 3f3f915b |
EUC-JP | ??措 | 00111111001111111100000110111100 | 3f3fc1bc |
UTF-8 | 렱렱措 | 111010111010000010110001111010111010000010110001111001101000111010101010 | eba0b1eba0b1e68eaa |
UHC | 렱렱措 | 100011101011111010001110101111101111000011000010 | 8ebe8ebef0c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)