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 | ??????[ | 00111111001111110011111100111111001111110011111101011011 | 3f3f3f3f3f3f5b |
SJIS-WIN | 要??節??[ | 100101110111011000111111001111111001000011011111001111110011111101011011 | 97763f3f90df3f3f5b |
EUC-JP | 要??節??[ | 110011011101011100111111001111111100000011100001001111110011111101011011 | cdd73f3fc0e13f3f5b |
UTF-8 | 要띴폏節쏙쉴[ | 11101000101001101000000111101011100111011011010011101101100011111000111111100111101011111000000011101100100011111001100111101100100010011011010001011011 | e8a681eb9db4ed8f8fe7af80ec8f99ec89b45b |
UHC | 要띴폏節쏙쉴[ | 11101001101010011000110111100100101111001001101011101111101111011011110111101111101111011010111101011011 | e9a98de4bc9aefbdbdefbdaf5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)