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 | ???[ | 00111111001111110011111101011011 | 3f3f3f5b |
SJIS-WIN | 揖?┷[ | 100101110100101100111111100001001011100001011011 | 974b3f84b85b |
EUC-JP | 揖?┷[ | 110011011010110000111111101010001011101001011011 | cdac3fa8ba5b |
UTF-8 | 揖껓┷[ | 11100110100011111001011011101010101110111001001111100010100101001011011101011011 | e68f96eabb93e294b75b |
UHC | 揖껓┷[ | 11101011111001111000001111101111101001101011101001011011 | ebe783efa6ba5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)