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 | イ閒コ | 111100001011111010110010111110111110100010111010 | f0beb2fbe8ba |
EUC-JP | ?イ?コ | 001111111000111010110010001111111000111010111010 | 3f8eb23f8eba |
UTF-8 | イ閒コ | 111011101000000110111101111011111011110110110010111010011001011010010010111011111011110110111010 | ee81bdefbdb2e99692efbdba |
UHC | ??閒? | 0011111100111111111110011101100100111111 | 3f3ff9d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)