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 | 瓦??炎 | 100010101010001000111111001111111000100110001010 | 8aa23f3f898a |
EUC-JP | 瓦??炎 | 101101001010010000111111001111111011000111101010 | b4a43f3fb1ea |
UTF-8 | 瓦방닁炎 | 111001111001001110100110111010111011000010101001111010111000101110000001111001111000001010001110 | e793a6ebb0a9eb8b81e7828e |
UHC | 瓦방닁炎 | 1110100010111111101110011110011010001000100010101110011011111010 | e8bfb9e6888ae6fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)