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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逍セ雋ら明 | 111001111001011010111110111010001011001010000010111001111001011010111110 | e796bee8b282e796be |
EUC-JP | 逍セ雋ら明 | 11101101111101101000111010111110111100001011010010100100111010011100110011000000 | edf68ebef0b4a4e9ccc0 |
UTF-8 | 逍セ雋ら明 | 111010011000000010001101111011111011110110111110111010011001101110001011111000111000001010001001111001101001100010001110 | e9808defbdbee99b8be38289e6988e |
UHC | 逍?雋ら明 | 111000011100111000111111111100011110011010101010111010011101100110100101 | e1ce3ff1e6aae9d9a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)