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 | 村遜辰鱈 | 1001000110111010100100011011101110010010010000111001001001001100 | 91ba91bb9243924c |
EUC-JP | 村遜辰鱈 | 1100001010111100110000101011110111000011101001001100001110101101 | c2bcc2bdc3a4c3ad |
UTF-8 | 村遜辰鱈 | 111001101001110110010001111010011000000110011100111010001011111010110000111010011011000110001000 | e69d91e9819ce8beb0e9b188 |
UHC | 村遜辰? | 11110101101111011110000111100001111100101110001100111111 | f5bde1e1f2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)