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 | 箋????┷ | 1110001010110011001111110011111100111111001111111000010010111000 | e2b33f3f3f3f84b8 |
EUC-JP | 箋????┷ | 1110010010110101001111110011111100111111001111111010100010111010 | e4b53f3f3f3fa8ba |
UTF-8 | 箋됥끁栒딉┷ | 111001111010111010001011111010111001000010100101111010111000000110000001111001101010000010010010111010111001010010001001111000101001010010110111 | e7ae8beb90a5eb8181e6a092eb9489e294b7 |
UHC | 箋됥끁栒딉┷ | 111011111010100010001001111000111000010110110111111000101110001110001010111011111010011010111010 | efa889e385b7e2e38aefa6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)