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 | 止???瓦? | 1000111001111110001111110011111100111111100010101010001000111111 | 8e7e3f3f3f8aa23f |
EUC-JP | 止?栯?瓦? | 10111011110111110011111110001111110000111101001000111111101101001010010000111111 | bbdf3f8fc3d23fb4a43f |
UTF-8 | 止렜栯렠瓦렦 | 111001101010110110100010111010111010000010011100111001101010000010101111111010111010000010100000111001111001001110100110111010111010000010100110 | e6ada2eba09ce6a0afeba0a0e793a6eba0a6 |
UHC | 止렜栯렠瓦렦 | 111100101010110110001110101011101110100111110001100011101011000111101000101111111000111010110101 | f2ad8eaee9f18eb1e8bf8eb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)