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 | 誤??雍?? | 1000110011101011001111110011111111101000101101000011111100111111 | 8ceb3f3fe8b43f3f |
EUC-JP | 誤??雍?? | 1011100011101101001111110011111111110000101101100011111100111111 | b8ed3f3ff0b63f3f |
UTF-8 | 誤섋퐣雍딃낍 | 111010001010101010100100111011001000010010001011111011011001000010100011111010011001101110001101111010111001010010000011111010111000001010001101 | e8aaa4ec848bed90a3e99b8deb9483eb828d |
UHC | 誤섋퐣雍딃낍 | 111010001010011010011000111010001011110110001100111010001011110010001010111010011011001110100111 | e8a698e8bd8ce8bc8ae9b3a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)