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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 萬?√鏈 | 11100100110111010011111110000001111000111110100001011001 | e4dd3f81e3e859 |
EUC-JP | 萬騑√鏈 | 111010001101111110001111111010011011110110100010111001011110111110111010 | e8df8fe9bda2e5efba |
UTF-8 | 萬騑√鏈 | 111010001001000010101100111010011010100010010001111000101000100010011010111010011000111110001000 | e890ace9a891e2889ae98f88 |
UHC | 萬?√? | 110110001011111100111111101000011110111000111111 | d8bf3fa1ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)