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 | 怏??癲?? | 1001110010001001001111110011111111100001100111110011111100111111 | 9c893f3fe19f3f3f |
EUC-JP | 怏??癲?? | 1101011111101001001111110011111111100010101000010011111100111111 | d7e93f3fe2a13f3f |
UTF-8 | 怏⑹꼫癲쏅졂 | 111001101000000010001111111000101001000110111001111010101011110010101011111001111001100110110010111011001000111110000101111011001010000110000010 | e6808fe291b9eabcabe799b2ec8f85eca182 |
UHC | 怏⑹꼫癲쏅졂 | 111001001110100010101001111011001000010010001000111011111010011010011011111010111010000010110011 | e4e8a9ec8488efa69beba0b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)