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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭???? | 100110000110000000111111001111110011111100111111 | 98603f3f3f3f |
EUC-JP | 倭???? | 110011111100000100111111001111110011111100111111 | cfc13f3f3f3f |
UTF-8 | 倭롩걗閭ㅸ | 111001011000000010101101111010111010000110101001111010101011000110010111111011111010011010000110111000111000010110111000 | e580adeba1a9eab197efa686e385b8 |
UHC | 倭롩걗閭ㅸ | 11101000110111101000111011101001100000011000001011100110101011011010010011101000 | e8de8ee98182e6ada4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)