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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 曜??^ | 1001011101101010001111110011111101011110 | 976a3f3f5e |
EUC-JP | 曜??^ | 1100110111001011001111110011111101011110 | cdcb3f3f5e |
UTF-8 | 曜깍쉠^ | 11100110100110111001110011101010101110011000110111101100100010011010000001011110 | e69b9ceab98dec89a05e |
UHC | 曜깍쉠^ | 11101000111110001011000111101111101111011010101001011110 | e8f8b1efbdaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)