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 | 﨓鋓゙ | 1111101011101000111110111101011011011110 | fae8fbd6de |
EUC-JP | ?鋓゙ | 001111111000111111100100101111111000111011011110 | 3f8fe4bf8ede |
UTF-8 | 﨓鋓゙ | 111011111010100010010011111010011000101110010011111011111011111010011110 | efa893e98b93efbe9e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)