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 | ??Z???? | 00111111001111110101101000111111001111110011111100111111 | 3f3f5a3f3f3f3f |
SJIS-WIN | ??Z?}?? | 0011111100111111010110100011111110000001011100000011111100111111 | 3f3f5a3f81703f3f |
EUC-JP | ??Z?}?? | 0011111100111111010110100011111110100001110100010011111100111111 | 3f3f5a3fa1d13f3f |
UTF-8 | 룵₃Z룵}룵ㄱ | 11101011101000111011010111100010100000101000001101011010111010111010001110110101111011111011110110011101111010111010001110110101111000111000010010110001 | eba3b5e282835aeba3b5efbd9deba3b5e384b1 |
UHC | 룵₃Z룵}룵ㄱ | 10001111101010101010100111111101010110101000111110101010101000111111110110001111101010101010010010100001 | 8faaa9fd5a8faaa3fd8faaa4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)