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 | 阿??楷 | 100010001010001000111111001111111001111010110010 | 88a23f3f9eb2 |
EUC-JP | 阿??楷 | 101100001010010000111111001111111101110010110100 | b0a43f3fdcb4 |
UTF-8 | 阿잆룇楷 | 111010011001100010111111111011001001111010000110111010111010001110000111111001101010010110110111 | e998bfec9e86eba387e6a5b7 |
UHC | 阿잆룇楷 | 1110010010111001100111111110001110001111100001101111101010101100 | e4b99fe38f86faac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)