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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蒸?爰籠?? | 100011111111011000111111111000001010011111100010110001000011111100111111 | 8ff63fe0a7e2c43f3f |
EUC-JP | 蒸?爰籠?? | 101111101111100000111111111000001010100111100100110001100011111100111111 | bef83fe0a9e4c63f3f |
UTF-8 | 蒸렕爰籠렢렔 | 111010001001001010111000111010111010000010010101111001111000100010110000111001111011000110100000111010111010000010100010111010111010000010010100 | e892b8eba095e788b0e7b1a0eba0a2eba094 |
UHC | 蒸렕爰籠렢렔 | 111100011111101010001110101010101110101010111010110101101110101110001110101100111000111010101001 | f1fa8eaaeabad6eb8eb38ea9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)