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 | 塋る?銀 | 10011010110010001000001011101001001111111000101111100010 | 9ac882e93f8be2 |
EUC-JP | 塋る?銀 | 11010100110010101010010011101011001111111011011011100100 | d4caa4eb3fb6e4 |
UTF-8 | 塋る죰銀 | 111001011010000110001011111000111000001010001011111011001010001110110000111010011000101010000000 | e5a18be3828beca3b0e98a80 |
UHC | 塋る죰銀 | 1110011110101011101010101110101110100001100010111110101111011110 | e7abaaeba18bebde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)