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 | ?譴蠑剰豈 | 001111111110011010100010111001011011110010001111111010001110011010101111 | 3fe6a2e5bc8fe8e6af |
EUC-JP | 訑譴蠑剰豈 | 1000111111011101110001111110110010100100111010101011111010111110111010101110110010110001 | 8fddc7eca4eabebeeaecb1 |
UTF-8 | 訑譴蠑剰豈 | 111010001010100010010001111010001010110110110100111010001010000010010001111001011000100110110000111010001011000110001000 | e8a891e8adb4e8a091e589b0e8b188 |
UHC | ?譴??豈 | 00111111110011001011100100111111001111111101000111000010 | 3fccb93f3fd1c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)