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 | 域??巍?? | 1000100011100110001111110011111110011011110110010011111100111111 | 88e63f3f9bd93f3f |
EUC-JP | 域??巍?? | 1011000011101000001111110011111111010110110110110011111100111111 | b0e83f3fd6db3f3f |
UTF-8 | 域밸젙巍띾젻 | 111001011001111110011111111010111011000010111000111011001010000010011001111001011011011110001101111010111001110110111110111011001010000010111011 | e59f9febb0b8eca099e5b78deb9dbeeca0bb |
UHC | 域밸젙巍띾젻 | 111001101011010010111001111010111010000010010101111010001110010010001101111010111010000010101110 | e6b4b9eba095e8e48deba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)