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 | 擁??闇 | 100101110110100100111111001111111000100011000101 | 97693f3f88c5 |
EUC-JP | 擁??闇 | 110011011100101000111111001111111011000011000111 | cdca3f3fb0c7 |
UTF-8 | 擁븃눆闇 | 111001101001001110000001111010111011100010000011111010111000100010000110111010011001011110000111 | e69381ebb883eb8886e99787 |
UHC | 擁븃눆闇 | 1110100010110110101110101110100010000111101001011110010011100001 | e8b6bae887a5e4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)