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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??狼? | 0011111100111111100110000101010000111111 | 3f3f98543f |
EUC-JP | ??狼? | 0011111100111111110011111011010100111111 | 3f3fcfb53f |
UTF-8 | 잼장狼잼 | 111011001001111010111100111011001001111010100101111001111000101110111100111011001001111010111100 | ec9ebcec9ea5e78bbcec9ebc |
UHC | 잼장狼잼 | 1100000011101011110000001110010111010101110010011100000011101011 | c0ebc0e5d5c9c0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)