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 | 歟??泣?? | 1001111101100010001111110011111110001011100000110011111100111111 | 9f623f3f8b833f3f |
EUC-JP | 歟??泣?? | 1101110111000011001111110011111110110101111000110011111100111111 | ddc33f3fb5e33f3f |
UTF-8 | 歟㏓냲泣쎿뮄 | 111001101010110110011111111000111000111110010011111010111000001110110010111001101011001110100011111011001000111010111111111010111010111010000100 | e6ad9fe38f93eb83b2e6b3a3ec8ebfebae84 |
UHC | 歟㏓냲泣쎿뮄 | 111001101010001010100111111010111000011010000010111010111110100010011011111001101001001010010011 | e6a2a7eb8682ebe89be69293 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)