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 | ???A? | 0011111100111111001111110100000100111111 | 3f3f3f413f |
SJIS-WIN | 狹狃犹A猜 | 111000001100001111100000101110111110000010111001010000011110000011001000 | e0c3e0bbe0b941e0c8 |
EUC-JP | 狹狃犹A猜 | 111000001100010111100000101111011110000010111011010000011110000011001010 | e0c5e0bde0bb41e0ca |
UTF-8 | 狹狃犹A猜 | 11100111100010111011100111100111100010111000001111100111100010101011100101000001111001111000110010011100 | e78bb9e78b83e78ab941e78c9c |
UHC | 狹??A猜 | 11111010111101010011111100111111010000011110001111000100 | faf53f3f41e3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)