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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 炅オ゙G | 1111101101010001101101011101111001000111 | fb51b5de47 |
EUC-JP | 炅オ゙G | 1000111111001001110010101000111010110101100011101101111001000111 | 8fc9ca8eb58ede47 |
UTF-8 | 炅オ゙G | 11100111100000101000010111101111101111011011010111101111101111101001111001000111 | e78285efbdb5efbe9e47 |
UHC | 炅??G | 1100110011011101001111110011111101000111 | ccdd3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)