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 | 伊逗工垣? | 100010001100100110010000100000001000110101001000100010100101111100111111 | 88c990808d488a5f3f |
EUC-JP | 伊逗工垣? | 101100001100101110111111111000001011100110101001101100111100000000111111 | b0cbbfe0b9a9b3c03f |
UTF-8 | 伊逗工垣렖 | 111001001011110010001010111010011000000010010111111001011011011110100101111001011001111010100011111010111010000010010110 | e4bc8ae98097e5b7a5e59ea3eba096 |
UHC | 伊逗工垣렖 | 11101100101001011101010011101000110011011110111111101010101011111000111010101011 | eca5d4e8cdefeaaf8eab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)