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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 뭁몺뭌뫎뭈뫌 | 111010111010110110000001111010111010101010111010111010111010110110001100111010111010101110001110111010111010110110001000111010111010101110001100 | ebad81ebaabaebad8cebab8eebad88ebab8c |
UHC | 뭁몺뭌뫎뭈뫌 | 100100100101000010010001101000001001001001010111100100011011000010010010010101001001000110101110 | 925091a0925791b0925491ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)