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 | 帳?番?? | 10010010101000000011111110010100110101000011111100111111 | 92a03f94d43f3f |
EUC-JP | 帳?番?? | 11000100101000100011111111001000110101100011111100111111 | c4a23fc8d63f3f |
UTF-8 | 帳얩番뤋넸 | 111001011011100010110011111011001001011010101001111001111001010110101010111010111010010010001011111010111000010010111000 | e5b8b3ec96a9e795aaeba48beb84b8 |
UHC | 帳얩番뤋넸 | 11101101111000111011111011101101110110111110001110001111101110111011001111011110 | ede3beeddbe38fbbb3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)