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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 瓦℡?弱?? | 100010101010001010000111100001000011111110001110111000110011111100111111 | 8aa287843f8ee33f3f |
EUC-JP | 瓦??弱?? | 1011010010100100001111110011111110111100111001010011111100111111 | b4a43f3fbce53f3f |
UTF-8 | 瓦℡츍弱싪예 | 111001111001001110100110111000101000010010100001111011001011100010001101111001011011110010110001111011001000101110101010111011001001100010001000 | e793a6e284a1ecb88de5bcb1ec8baaec9888 |
UHC | 瓦℡츍弱싪예 | 111010001011111110100010111001011010111010001000111001011011000010011010111010001011111110111001 | e8bfa2e5ae88e5b09ae8bfb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)