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 | 癌??鈺?? | 1000101011100000001111110011111111111011110001000011111100111111 | 8ae03f3ffbc43f3f |
EUC-JP | 癌??鈺?? | 101101001110001000111111001111111000111111100011110101010011111100111111 | b4e23f3f8fe3d53f3f |
UTF-8 | 癌뺣젿鈺됰젚 | 111001111001100110001100111010111011101010100011111011001010000010111111111010011000100010111010111010111001000010110000111011001010000010011010 | e7998cebbaa3eca0bfe988baeb90b0eca09a |
UHC | 癌뺣젿鈺됰젚 | 111001001101111110010101111010111010000010110001111010001010110110001001111010111010000010010110 | e4df95eba0b1e8ad89eba096 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)