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 | 巽叩形穗 | 1001001001000110100100100100000010001100011000001110001001101110 | 924692408c60e26e |
EUC-JP | 巽叩形穗 | 1100001110100111110000111010000110110111110000011110001111001111 | c3a7c3a1b7c1e3cf |
UTF-8 | 巽叩形穗 | 111001011011011110111101111001011000111110101001111001011011110110100010111001111010100110010111 | e5b7bde58fa9e5bda2e7a997 |
UHC | 巽叩形穗 | 1110000111011110110011011011000011111011101000011110001010110100 | e1decdb0fba1e2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)