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 | 隨瀧屐 | 111001111010110010010001111010111001101110011111 | e7ac91eb9b9f |
EUC-JP | 隨瀧屐 | 111011101010111011000010111011011101011010100001 | eeaec2edd6a1 |
UTF-8 | 隨瀧屐 | 111010011001101010101000111001111000000010100111111001011011000110010000 | e99aa8e780a7e5b190 |
UHC | 隨瀧? | 1110001011001011110101101110100100111111 | e2cbd6e93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)