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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 雍?訝邂?^ | 111010001011010000111111111001100110001011100111101011100011111101011110 | e8b43fe662e7ae3f5e |
EUC-JP | 雍?訝邂?^ | 111100001011011000111111111010111100001111101110101100000011111101011110 | f0b63febc3eeb03f5e |
UTF-8 | 雍됿訝邂셞^ | 11101001100110111000110111101011100100001011111111101000101010001001110111101001100000101000001011101100100001011001111001011110 | e99b8deb90bfe8a89de98282ec859e5e |
UHC | 雍됿訝邂셞^ | 1110100010111100100010011111100111100100101110001111101010110011100110010110010101011110 | e8bc89f9e4b8fab399655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)