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 | 鈺?~円?? | 111110111100010000111111100000010110000010001001011111100011111100111111 | fbc43f8160897e3f3f |
EUC-JP | 鈺?〜円?? | 10001111111000111101010100111111101000011100000110110001110111110011111100111111 | 8fe3d53fa1c1b1df3f3f |
UTF-8 | 鈺잍~円당맏 | 111010011000100010111010111011001001111010001101111011111011110110011110111001011000011010000110111010111000101110111001111010111010011110001111 | e988baec9e8defbd9ee58686eb8bb9eba78f |
UHC | 鈺잍~円당맏 | 111010001010110110011111111001101010001010100110111001011111011110110100111001111011100010111010 | e8ad9fe6a2a6e5f7b4e7b8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)