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 | 訂狡??? | 10010010111110011110000011000010001111110011111100111111 | 92f9e0c23f3f3f |
EUC-JP | 訂狡??? | 11000100111110111110000011000100001111110011111100111111 | c4fbe0c43f3f3f |
UTF-8 | 訂狡렕멱㎭ | 111010001010100010000010111001111000101110100001111010111010000010010101111010111010100110110001111000111000111010101101 | e8a882e78ba1eba095eba9b1e38ead |
UHC | 訂狡렕멱㎭ | 11101111111101001100111011101010100011101010101010111000111010001010011111100001 | eff4ceea8eaab8e8a7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)