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 | 聽場勘聽粧 | 11100011111000111000111111101010100010101010100011100011111000111000111111001111 | e3e38fea8aa8e3e38fcf |
EUC-JP | 聽場勘聽粧 | 11100110111001011011111011101100101101001010101011100110111001011011111011010001 | e6e5beecb4aae6e5bed1 |
UTF-8 | 聽場勘聽粧 | 111010001000000110111101111001011010000010110100111001011000101110011000111010001000000110111101111001111011001010100111 | e881bde5a0b4e58b98e881bde7b2a7 |
UHC | 聽場勘聽粧 | 11110100111010011110110111011110110010101110101111110100111010011110110111110010 | f4e9eddecaebf4e9edf2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)