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 | 壯↑?畏?? | 100110101110000110000001101010100011111110001000110110000011111100111111 | 9ae181aa3f88d83f3f |
EUC-JP | 壯↑?畏?? | 110101001110001110100010101011000011111110110000110110100011111100111111 | d4e3a2ac3fb0da3f3f |
UTF-8 | 壯↑뮅畏놅숱 | 111001011010001110101111111000101000011010010001111010111010111010000101111001111001010110001111111010111000011010000101111011001000100010110001 | e5a3afe28691ebae85e7958feb8685ec88b1 |
UHC | 壯↑뮅畏놅숱 | 111011011110000010100001111010001001001010010100111010001110011010000110111011111011110110100010 | ede0a1e89294e8e686efbda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)