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 | 凋削ご | 100100101001110010001101111011011000001010110010 | 929c8ded82b2 |
EUC-JP | 凋削ご | 110000111111110010111010111011111010010010110100 | c3fcbaefa4b4 |
UTF-8 | 凋削ご | 111001011000011110001011111001011000100110001010111000111000000110010100 | e5878be5898ae38194 |
UHC | 凋削ご | 111100001011110111011110111110111010101010110100 | f0bddefbaab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)