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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猥??伊 | 111000001100111000111111001111111000100011001001 | e0ce3f3f88c9 |
EUC-JP | 猥??伊 | 111000001101000000111111001111111011000011001011 | e0d03f3fb0cb |
UTF-8 | 猥롡뫖伊 | 111001111000110010100101111010111010000110100001111010111010101110010110111001001011110010001010 | e78ca5eba1a1ebab96e4bc8a |
UHC | 猥롡뫖伊 | 1110100011100101100011101110001010010001101110001110110010100101 | e8e58ee291b8eca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)