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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 謦暑ご | 111001101001001010001111100010111000001010110010 | e6928f8b82b2 |
EUC-JP | 謦暑ご | 111010111111001010111101111010111010010010110100 | ebf2bdeba4b4 |
UTF-8 | 謦暑ご | 111010001010110010100110111001101001101010010001111000111000000110010100 | e8aca6e69a91e38194 |
UHC | ?暑ご | 0011111111011111111101001010101010110100 | 3fdff4aab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)