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 | 爺??爺 | 100101101110101000111111001111111001011011101010 | 96ea3f3f96ea |
EUC-JP | 爺??爺 | 110011001110110000111111001111111100110011101100 | ccec3f3fccec |
UTF-8 | 爺꿨퀒爺 | 111001111000100010111010111010101011111110101000111011011000000010010010111001111000100010111010 | e788baeabfa8ed8092e788ba |
UHC | 爺꿨퀒爺 | 1110010110101100101100101110010110110011100001111110010110101100 | e5acb2e5b387e5ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)