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 | 娃????? | 10001000101000010011111100111111001111110011111100111111 | 88a13f3f3f3f3f |
EUC-JP | 娃??孼?? | 101100001010001100111111001111111000111110111010110000110011111100111111 | b0a33f3f8fbac33f3f |
UTF-8 | 娃붹땯孼껃뎴 | 111001011010100010000011111010111011011010111001111010111001010110101111111001011010110110111100111010101011101110000011111010111000111010110100 | e5a883ebb6b9eb95afe5adbceabb83eb8eb4 |
UHC | 娃붹땯孼껃뎴 | 111010001101111110010100111001101000101110000101111001011110110110000011111001011000100110000111 | e8df94e68b85e5ed83e58987 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)