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 | ?有???? | 00111111100101110100110000111111001111110011111100111111 | 3f974c3f3f3f3f |
EUC-JP | ?有???? | 00111111110011011010110100111111001111110011111100111111 | 3fcdad3f3f3f3f |
UTF-8 | 렱有뤰탮툗펿 | 111010111010000010110001111001101001110010001001111010111010010010110000111011011000001110101110111011011000100010010111111011011000111010111111 | eba0b1e69c89eba4b0ed83aeed8897ed8ebf |
UHC | 렱有뤰탮툗펿 | 100011101011111011101010111100111000111111011110101101011000111010111000100011101011110010001110 | 8ebeeaf38fdeb58eb88ebc8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)