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 | 癲??飮?┴ | 111000011001111100111111001111111001111101011010001111111000010010101000 | e19f3f3f9f5a3f84a8 |
EUC-JP | 癲??飮?┴ | 111000101010000100111111001111111101110110111011001111111010100010101010 | e2a13f3fddbb3fa8aa |
UTF-8 | 癲얠뮋飮뀐┴ | 111001111001100110110010111011001001011010100000111010111010111010001011111010011010001110101110111010111000000010010000111000101001010010110100 | e799b2ec96a0ebae8be9a3aeeb8090e294b4 |
UHC | 癲얠뮋飮뀐┴ | 111011111010011010111110111011001001001010011001111010111110011010110010111011111010011010101010 | efa6beec9299ebe6b2efa6aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)