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 | 才??喩?? | 1000110111001011001111110011111110011010011001110011111100111111 | 8dcb3f3f9a673f3f |
EUC-JP | 才??喩?? | 1011101011001101001111110011111111010011110010000011111100111111 | bacd3f3fd3c83f3f |
UTF-8 | 才듬벤喩듸㎖ | 111001101000100110001101111010111001001110101100111010111011001010100100111001011001011010101001111010111001001110111000111000111000111010010110 | e6898deb93acebb2a4e596a9eb93b8e38e96 |
UHC | 才듬벤喩듸㎖ | 111011101010011010110101111010111011101010100101111010101110011110110101111011111010011110100010 | eea6b5ebbaa5eae7b5efa7a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)