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 | 繒??? | 1111101110001111001111110011111100111111 | fb8f3f3f3f |
EUC-JP | 繒?釪? | 1000111111010100110101000011111110001111111000111010110100111111 | 8fd4d43f8fe3ad3f |
UTF-8 | 繒렑釪닒 | 111001111011100110010010111010111010000010010001111010011000011110101010111010111000101110010010 | e7b992eba091e987aaeb8b92 |
UHC | 繒렑釪닒 | 1111000111111001100011101010011011101001111010011011010011010011 | f1f98ea6e9e9b4d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)