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 | 胡?旭? | 100011001101001100111111100010001010111000111111 | 8cd33f88ae3f |
EUC-JP | 胡?旭? | 101110001101010100111111101100001011000000111111 | b8d53fb0b03f |
UTF-8 | 胡렫旭렩 | 111010001000001110100001111010111010000010101011111001101001011110101101111010111010000010101001 | e883a1eba0abe697adeba0a9 |
UHC | 胡렫旭렩 | 1111101111010111100011101011100111101001111011111000111010110111 | fbd78eb9e9ef8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)