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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓮ゅ?? | 111000010100010010000010111000110011111100111111 | e14482e33f3f |
EUC-JP | 瓮ゅ?珙 | 1110000110100101101001001110010100111111100011111100101111110001 | e1a5a4e53f8fcbf1 |
UTF-8 | 瓮ゅ낏珙 | 111001111001001110101110111000111000001010000101111010111000001010001111111001111000111110011001 | e793aee38285eb828fe78f99 |
UHC | 瓮ゅ낏珙 | 1110100010110111101010101110010110110011101010001100110111110101 | e8b7aae5b3a8cdf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)