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 | ??????o | 00111111001111110011111100111111001111110011111101101111 | 3f3f3f3f3f3f6f |
SJIS-WIN | 蜈??節??o | 111001011000010100111111001111111001000011011111001111110011111101101111 | e5853f3f90df3f3f6f |
EUC-JP | 蜈??節??o | 111010011110010100111111001111111100000011100001001111110011111101101111 | e9e53f3fc0e13f3f6f |
UTF-8 | 蜈졿뜿節뀐슥o | 11101000100111001000100011101100101000011011111111101011100111001011111111100111101011111000000011101011100000001001000011101100100010101010010101101111 | e89c88eca1bfeb9cbfe7af80eb8090ec8aa56f |
UHC | 蜈졿뜿節뀐슥o | 11101000101001011010000011100110100011011011101011101111101111011011001011101111101111011011101101101111 | e8a5a0e68dbaefbdb2efbdbb6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)