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 | 丞??戌 | 100011111110010100111111001111111001110011111010 | 8fe53f3f9cfa |
EUC-JP | 丞??戌 | 101111101110011100111111001111111101100011111100 | bee73f3fd8fc |
UTF-8 | 丞뜄렧戌 | 111001001011100010011110111010111001110010000100111010111010000010100111111001101000100010001100 | e4b89eeb9c84eba0a7e6888c |
UHC | 丞뜄렧戌 | 1110001110101010100011011000100010001110101101101110001011111001 | e3aa8d888eb6e2f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)