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 | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-WIN | テーvテーvB | 1100001111110100111100101011000001110110110000111111010011110010101100000111011001000010 | c3f4f2b076c3f4f2b07642 |
EUC-JP | テ?ーvテ?ーvB | 10001110110000110011111110001110101100000111011010001110110000110011111110001110101100000111011001000010 | 8ec33f8eb0768ec33f8eb07642 |
UTF-8 | テーvテーvB | 111011111011111010000011111011101000111010100001111011111011110110110000011101101110111110111110100000111110111010001110101000011110111110111101101100000111011001000010 | efbe83ee8ea1efbdb076efbe83ee8ea1efbdb07642 |
UHC | ???v???vB | 001111110011111100111111011101100011111100111111001111110111011001000010 | 3f3f3f763f3f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)