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 | 踝皮鮎 | 111001101111010010010100111001111000100010111100 | e6f494e788bc |
EUC-JP | 踝皮鮎 | 111011001111011011001000111010011011000010111110 | ecf6c8e9b0be |
UTF-8 | 踝皮鮎 | 111010001011100010011101111001111001101010101110111010011010111010001110 | e8b89de79aaee9ae8e |
UHC | ?皮鮎 | 0011111111111001101010111110111111000110 | 3ff9abefc6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)