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 | 첬챔첬횖천챤 | 111011001011001010101100111011001011000110010100111011001011001010101100111011011001101010010110111011001011001010011100111011001011000110100100 | ecb2acecb194ecb2aced9a96ecb29cecb1a4 |
UHC | 첬챔첬횖천챤 | 110000111011101011000011101010001100001110111010110000111001000011000011101101011100001110101110 | c3bac3a8c3bac390c3b5c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)