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 | 阿??租 | 100010001010001000111111001111111001000101100100 | 88a23f3f9164 |
EUC-JP | 阿??租 | 101100001010010000111111001111111100000111000101 | b0a43f3fc1c5 |
UTF-8 | 阿렊롉租 | 111010011001100010111111111010111010000010001010111010111010000110001001111001111010011110011111 | e998bfeba08aeba189e7a79f |
UHC | 阿렊롉租 | 1110010010111001100011101010000110001110110011111111000011010101 | e4b98ea18ecff0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)