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 | マ遙ス鞦 | 110011111110101010100001101111011110100011100001 | cfeaa1bde8e1 |
EUC-JP | マ遙ス鞦 | 1000111011001111111101001010001110001110101111011111000011100011 | 8ecff4a38ebdf0e3 |
UTF-8 | マ遙ス鞦 | 111011111011111010001111111010011000000110011001111011111011110110111101111010011001111010100110 | efbe8fe98199efbdbde99ea6 |
UHC | ?遙?? | 0011111111101001101010110011111100111111 | 3fe9ab3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)