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 | 碍??豫?? | 1000101001010110001111110011111110011000101011000011111100111111 | 8a563f3f98ac3f3f |
EUC-JP | 碍??豫?? | 1011001110110111001111110011111111010000101011100011111100111111 | b3b73f3fd0ae3f3f |
UTF-8 | 碍꾣누豫뷴뻹 | 111001111010001010001101111010101011111010100011111010111000100010000100111010001011000110101011111010111011011110110100111010111011101110111001 | e7a28deabea3eb8884e8b1abebb7b4ebbbb9 |
UHC | 碍꾣누豫뷴뻹 | 111001001111010010000100111001101011010010101001111001111110001110111010111001011001011010000100 | e4f484e6b4a9e7e3bae59684 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)