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 | 迢ク譽夊∮雍 | 1110011110001011101110001110011010100011100110101110100010000111100100111110100010110100 | e78bb8e6a39ae88793e8b4 |
EUC-JP | 迢ク譽夊?雍 | 1110110111101011100011101011100011101100101001011101010011101010001111111111000010110110 | edeb8eb8eca5d4ea3ff0b6 |
UTF-8 | 迢ク譽夊∮雍 | 111010001011111110100010111011111011110110111000111010001010110110111101111001011010010010001010111000101000100010101110111010011001101110001101 | e8bfa2efbdb8e8adbde5a48ae288aee99b8d |
UHC | ??譽?∮雍 | 001111110011111111100111111000100011111110100010101100011110100010111100 | 3f3fe7e23fa2b1e8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)