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 | 形??畏 | 100011000110000000111111001111111000100011011000 | 8c603f3f88d8 |
EUC-JP | 形??畏 | 101101111100000100111111001111111011000011011010 | b7c13f3fb0da |
UTF-8 | 形ㅵ윿畏 | 111001011011110110100010111000111000010110110101111011001001110010111111111001111001010110001111 | e5bda2e385b5ec9cbfe7958f |
UHC | 形ㅵ윿畏 | 1111101110100001101001001110010110011111101101111110100011100110 | fba1a4e59fb7e8e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)