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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 纔賀鮎 | 111000111001100010001001111010101000100010111100 | e39889ea88bc |
EUC-JP | 纔賀鮎 | 111001011111100010110010111011001011000010111110 | e5f8b2ecb0be |
UTF-8 | 纔賀鮎 | 111001111011101010010100111010001011001110000000111010011010111010001110 | e7ba94e8b380e9ae8e |
UHC | ?賀鮎 | 0011111111111001110001011110111111000110 | 3ff9c5efc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)