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 | 讌泌ア大ア腺 | 11100110101001011001010011100101101100011001000111100101101100011001000101000010 | e6a594e5b191e5b19142 |
EUC-JP | 讌泌ア大ア腺 | 111011001010011111001000111001111000111010110001110000101110011110001110101100011100000110100011 | eca7c8e78eb1c2e78eb1c1a3 |
UTF-8 | 讌泌ア大ア腺 | 111010001010111010001100111001101011001110001100111011111011110110110001111001011010010010100111111011111011110110110001111010001000010110111010 | e8ae8ce6b38cefbdb1e5a4a7efbdb1e885ba |
UHC | ?泌?大?腺 | 001111111111100110110010001111111101001111011110001111111110000011001101 | 3ff9b23fd3de3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)