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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋削ご?凋 | 100100101001110010001101111011011000001010110010001111111001001010011100 | 929c8ded82b23f929c |
EUC-JP | 凋削ご?凋 | 110000111111110010111010111011111010010010110100001111111100001111111100 | c3fcbaefa4b43fc3fc |
UTF-8 | 凋削ご믈凋 | 111001011000011110001011111001011000100110001010111000111000000110010100111010111010111110001000111001011000011110001011 | e5878be5898ae38194ebaf88e5878b |
UHC | 凋削ご믈凋 | 11110000101111011101111011111011101010101011010010111001110010011111000010111101 | f0bddefbaab4b9c9f0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)