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 | 焄爾鉀 | 111110110101010010001110101000101111101111000101 | fb548ea2fbc5 |
EUC-JP | 焄爾鉀 | 1000111111001001111000111011110010100100100011111110001111011000 | 8fc9e3bca48fe3d8 |
UTF-8 | 焄爾鉀 | 111001111000010010000100111001111000100010111110111010011000100110000000 | e78484e788bee98980 |
UHC | 焄爾鉀 | 111111011011011011101100101100111100101110100101 | fdb6ecb3cba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)