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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 訒ヲ隰晏ー | 1111101110100011101001101110100010101100100111011110010110110000 | fba3a6e8ac9de5b0 |
EUC-JP | 訒ヲ隰晏ー | 1000111111011101110010001000111010100110111100001010111011011010111001111000111010110000 | 8fddc88ea6f0aedae78eb0 |
UTF-8 | 訒ヲ隰晏ー | 111010001010100010010010111011111011110110100110111010011001101010110000111001101001100110001111111011111011110110110000 | e8a892efbda6e99ab0e6998fefbdb0 |
UHC | ???晏? | 001111110011111100111111111001001100111100111111 | 3f3f3fe4cf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)