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 | ?????DB | 00111111001111110011111100111111001111110100010001000010 | 3f3f3f3f3f4442 |
SJIS-WIN | ?????DB | 00111111001111110011111100111111001111110100010001000010 | 3f3f3f3f3f4442 |
EUC-JP | ?????DB | 00111111001111110011111100111111001111110100010001000010 | 3f3f3f3f3f4442 |
UTF-8 | 챗징혘횉혘DB | 1110110010110001100101111110110010100111100101011110110110011000100110001110110110011010100010011110110110011000100110000100010001000010 | ecb197eca795ed9898ed9a89ed98984442 |
UHC | 챗징혘횉혘DB | 110000111010101011000010101000011100001010000011110000111000011111000010100000110100010001000010 | c3aac2a1c283c387c2834442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)