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 | 夷???ν? | 1000100011001110001111110011111100111111100000111100101100111111 | 88ce3f3f3f83cb3f |
EUC-JP | 夷???ν? | 1011000011010000001111110011111100111111101001101100110100111111 | b0d03f3f3fa6cd3f |
UTF-8 | 夷섑슖淋ν슅 | 1110010110100100101101111110110010000100100100011110110010001010100101101110111110100111101101011100111010111101111011001000101010000101 | e5a4b7ec8491ec8a96efa7b5cebdec8a85 |
UHC | 夷섑슖淋ν슅 | 111011001010100010011000111011011001101010100101111011001111100010100101111011011001101010010111 | eca898ed9aa5ecf8a5ed9a97 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)