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 | 癲??眷餓 | 1110000110011111001111110011111111100001110001011000100111101100 | e19f3f3fe1c589ec |
EUC-JP | 癲??眷餓 | 1110001010100001001111110011111111100010110001111011001011101110 | e2a13f3fe2c7b2ee |
UTF-8 | 癲븍뛼眷餓 | 111001111001100110110010111010111011100010001101111010111001101110111100111001111001110010110111111010011010010010010011 | e799b2ebb88deb9bbce79cb7e9a493 |
UHC | 癲븍뛼眷餓 | 11101111101001101011101011101011100011011000001011001111111011111110010010111011 | efa6baeb8d82cfefe4bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)