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 | ???娃? | 001111110011111100111111100010001010000100111111 | 3f3f3f88a13f |
EUC-JP | 縕??娃? | 1000111111010100110000100011111100111111101100001010001100111111 | 8fd4c23f3fb0a33f |
UTF-8 | 縕됵슴娃썸 | 111001111011100010010101111010111001000010110101111011001000101010110100111001011010100010000011111011001000110110111000 | e7b895eb90b5ec8ab4e5a883ec8db8 |
UHC | 縕됵슴娃썸 | 11101000101100101000100111101111101111011011111111101000110111111011110111100110 | e8b289efbdbfe8dfbde6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)