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 | 籤。ト盒 | 111000101101110010100001110001001110000110110100 | e2dca1c4e1b4 |
EUC-JP | 籤。ト盒 | 1110010011011110100011101010000110001110110001001110001010110110 | e4de8ea18ec4e2b6 |
UTF-8 | 籤。ト盒 | 111001111011000110100100111011111011110110100001111011111011111010000100111001111001101110010010 | e7b1a4efbda1efbe84e79b92 |
UHC | 籤??盒 | 111101001101100100111111001111111111100111101100 | f4d93f3ff9ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)