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 | 陰????班 | 1000100101000001001111110011111100111111001111111001010011000111 | 89413f3f3f3f94c7 |
EUC-JP | 陰????班 | 1011000110100010001111110011111100111111001111111100100011001001 | b1a23f3f3f3fc8c9 |
UTF-8 | 陰얠렩렋뤊班 | 111010011001100110110000111011001001011010100000111010111010000010101001111010111010000010001011111010111010010010001010111001111000111110101101 | e999b0ec96a0eba0a9eba08beba48ae78fad |
UHC | 陰얠렩렋뤊班 | 111010111110010010111110111011001000111010110111100011101010001010001111101110101101101011101100 | ebe4beec8eb78ea28fbadaec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)