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 | 蹂??? | 1110011011111000001111110011111100111111 | e6f83f3f3f |
EUC-JP | 蹂??? | 1110110011111010001111110011111100111111 | ecfa3f3f3f |
UTF-8 | 蹂뷴껀料 | 111010001011100110000010111010111011011110110100111010101011101110000000111011111010011010111110 | e8b982ebb7b4eabb80efa6be |
UHC | 蹂뷴껀料 | 1110101110110011101110101110010110110010101010111110100011110111 | ebb3bae5b2abe8f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)