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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 錮ゑスェ鋺願 | 11100111111111001000001011101111101111011010101011100111111110101000101011101000 | e7fc82efbdaae7fa8ae8 |
EUC-JP | 錮ゑスェ鋺願 | 111011101111111010100100111100011000111010111101100011101010101011101110111111001011010011101010 | eefea4f18ebd8eaaeefcb4ea |
UTF-8 | 錮ゑスェ鋺願 | 111010011000110010101110111000111000001010010001111011111011110110111101111011111011110110101010111010011000101110111010111010011010000110011000 | e98caee38291efbdbdefbdaae98bbae9a198 |
UHC | 錮ゑ???願 | 110011011101000110101010111100010011111100111111001111111110101011000011 | cdd1aaf13f3f3feac3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)