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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ツ暗陳 | 1100001010001000110000111001001011000010 | c288c392c2 |
EUC-JP | ツ暗陳 | 100011101100001010110000110001011100010011000100 | 8ec2b0c5c4c4 |
UTF-8 | ツ暗陳 | 111011111011111010000010111001101001101010010111111010011001100110110011 | efbe82e69a97e999b3 |
UHC | ?暗陳 | 0011111111100100110111101111001011100111 | 3fe4def2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)