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 | 菴??茹k? | 111001001011110100111111001111111110010010100101100000101000101100111111 | e4bd3f3fe4a5828b3f |
EUC-JP | 菴??茹k? | 111010001011111100111111001111111110100010100111101000111110101100111111 | e8bf3f3fe8a7a3eb3f |
UTF-8 | 菴노젲茹k젩 | 111010001000111110110100111010111000010110111000111011001010000010110010111010001000110010111001111011111011110110001011111011001010000010101001 | e88fb4eb85b8eca0b2e88cb9efbd8beca0a9 |
UHC | 菴노젲茹k젩 | 111001001110000010110011111010111010000010100110111001101010101010100011111010111010000010100001 | e4e0b3eba0a6e6aaa3eba0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)