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 | 諠溲ウ菩鎌 | 111001101000001110011111111010101011001110010101111011001000101010011001 | e6839feab395ec8a99 |
EUC-JP | 諠溲ウ菩鎌 | 11101011111000111101111011101100100011101011001111001010111011101011001111111001 | ebe3deec8eb3caeeb3f9 |
UTF-8 | 諠溲ウ菩鎌 | 111010001010101110100000111001101011101010110010111011111011110110110011111010001000111110101001111010011000111010001100 | e8aba0e6bab2efbdb3e88fa9e98e8c |
UHC | ???菩鎌 | 00111111001111110011111111011100110011001100110011000111 | 3f3f3fdcccccc7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)