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 | 遑晢スュ葯溽 | 11100111101000011001110111101111101111011010110111100100110111101001111111100111 | e7a19defbdade4de9fe7 |
EUC-JP | 遑晢スュ葯溽 | 111011101010001111011010111100011000111010111101100011101010110111101000111000001101111011101001 | eea3daf18ebd8eade8e0dee9 |
UTF-8 | 遑晢スュ葯溽 | 111010011000000110010001111001101001100110100010111011111011110110111101111011111011110110101101111010001001000110101111111001101011101010111101 | e98191e699a2efbdbdefbdade891afe6babd |
UHC | 遑???葯? | 1111110011011010001111110011111100111111111001011011010100111111 | fcda3f3f3fe5b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)