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 | 裁????? | 10001101110110010011111100111111001111110011111100111111 | 8dd93f3f3f3f3f |
EUC-JP | 裁????? | 10111010110110110011111100111111001111110011111100111111 | badb3f3f3f3f3f |
UTF-8 | 裁쯧렠렕理㎧ | 111010001010001110000001111011001010111110100111111010111010000010100000111010111010000010010101111011111010011110100100111000111000111010100111 | e8a381ecafa7eba0a0eba095efa7a4e38ea7 |
UHC | 裁쯧렠렕理㎧ | 111011101010111011000010111011001000111010110001100011101010101011101100101101011010011110111101 | eeaec2ec8eb18eaaecb5a7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)