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 | 歟??泣?┥ | 100111110110001000111111001111111000101110000011001111111000010010111100 | 9f623f3f8b833f84bc |
EUC-JP | 歟??泣?┥ | 110111011100001100111111001111111011010111100011001111111010100010111110 | ddc33f3fb5e33fa8be |
UTF-8 | 歟㏓냲泣쏉┥ | 111001101010110110011111111000111000111110010011111010111000001110110010111001101011001110100011111011001000111110001001111000101001010010100101 | e6ad9fe38f93eb83b2e6b3a3ec8f89e294a5 |
UHC | 歟㏓냲泣쏉┥ | 111001101010001010100111111010111000011010000010111010111110100010011011111011111010011010111110 | e6a2a7eb8682ebe89befa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)