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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 阿??? | 1000100010100010001111110011111100111111 | 88a23f3f3f |
EUC-JP | 阿??絪 | 10110000101001000011111100111111100011111101001111101100 | b0a43f3f8fd3ec |
UTF-8 | 阿잆굠絪 | 111010011001100010111111111011001001111010000110111010101011010110100000111001111011010110101010 | e998bfec9e86eab5a0e7b5aa |
UHC | 阿잆굠絪 | 1110010010111001100111111110001110000010100010001110110011011111 | e4b99fe38288ecdf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)