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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 葯э????? | 111001001101111010000100100011110011111100111111001111110011111100111111 | e4de848f3f3f3f3f3f |
EUC-JP | 葯э????? | 111010001110000010100111111011110011111100111111001111110011111100111111 | e8e0a7ef3f3f3f3f3f |
UTF-8 | 葯э퐲짯黎앸쪋 | 1110100010010001101011111101000110001101111011011001000010110010111011001010011110101111111011111010011010001001111011001001010110111000111011001010101010001011 | e891afd18ded90b2eca7afefa689ec95b8ecaa8b |
UHC | 葯э퐲짯黎앸쪋 | 1110010110110101101011001110111110111101100110111100001010101101111001101011000110011101111010111010010110000101 | e5b5acefbd9bc2ade6b19deba585 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)