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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | マ | 1111001011110110111100001010011111110000111010011111001011110110111100001010011111001111 | f2f6f0a7f0e9f2f6f0a7cf |
EUC-JP | ?????マ | 00111111001111110011111100111111001111111000111011001111 | 3f3f3f3f3f8ecf |
UTF-8 | マ | 111011101000100010101101111011101000000110100110111011101000001010101000111011101000100010101101111011101000000110100110111011111011111010001111 | ee88adee81a6ee82a8ee88adee81a6efbe8f |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)