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 | 載級? | 1000110111011010100010111000100100111111 | 8dda8b893f |
EUC-JP | 載級? | 1011101011011100101101011110100100111111 | badcb5e93f |
UTF-8 | 載級꺽 | 111010001011110010001001111001111011010010011010111010101011101010111101 | e8bc89e7b49aeababd |
UHC | 載級꺽 | 111011101011000011010000111001001011001010101001 | eeb0d0e4b2a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)