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 | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
SJIS-WIN | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
EUC-JP | ???n???L | 0011111100111111001111110110111000111111001111110011111101001100 | 3f3f3f6e3f3f3f4c |
UTF-8 | 찾짱찼n찾쨍찼L | 1110110010110000101111101110110010100111101100011110110010110000101111000110111011101100101100001011111011101100101010001000110111101100101100001011110001001100 | ecb0beeca7b1ecb0bc6eecb0beeca88decb0bc4c |
UHC | 찾짱찼n찾쨍찼L | 1100001110100011110000101010111111000011101000010110111011000011101000111100001010111000110000111010000101001100 | c3a3c2afc3a16ec3a3c2b8c3a14c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)