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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 伊逗工 | 100010001100100110010000100000001000110101001000 | 88c990808d48 |
EUC-JP | 伊逗工 | 101100001100101110111111111000001011100110101001 | b0cbbfe0b9a9 |
UTF-8 | 伊逗工 | 111001001011110010001010111010011000000010010111111001011011011110100101 | e4bc8ae98097e5b7a5 |
UHC | 伊逗工 | 111011001010010111010100111010001100110111101111 | eca5d4e8cdef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)