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 | 堰??苑?? | 1000100110000001001111110011111110001001100100010011111100111111 | 89813f3f89913f3f |
EUC-JP | 堰??苑?? | 1011000111100001001111110011111110110001111100010011111100111111 | b1e13f3fb1f13f3f |
UTF-8 | 堰쇨퍌苑믭쭓 | 111001011010000010110000111011001000011110101000111011011000110110001100111010001000101110010001111010111010111110101101111011001010110110010011 | e5a0b0ec87a8ed8d8ce88b91ebafadecad93 |
UHC | 堰쇨퍌苑믭쭓 | 111001011110100010111100111010101011101110000011111010101011110110010010111011111010011110001011 | e5e8bceabb83eabd92efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)