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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???夷??? | 0011111100111111001111111000100011001110001111110011111100111111 | 3f3f3f88ce3f3f3f |
EUC-JP | ???夷??? | 0011111100111111001111111011000011010000001111110011111100111111 | 3f3f3fb0d03f3f3f |
UTF-8 | 梨덉콝夷띿콛吏 | 111011111010011110100010111010111000110110001001111011001011110110011101111001011010010010110111111010111001110110111111111011001011110110011011111011111010011110011110 | efa7a2eb8d89ecbd9de5a4b7eb9dbfecbd9befa79e |
UHC | 梨덉콝夷띿콛吏 | 1110110010110001100010001110110010110001100101011110110010101000100011011110110010110001100101001110110010100111 | ecb188ecb195eca88decb194eca7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)