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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 辟丈ケ槫鋸B | 11100111100001001000111111100100101110011001111011100101100010111001100001000010 | e7848fe4b99ee58b9842 |
EUC-JP | 辟丈ケ槫鋸B | 1110110111100100101111101110011010001110101110011101110011100111101101011111100001000010 | ede4bee68eb9dce7b5f842 |
UTF-8 | 辟丈ケ槫鋸B | 11101000101111101001111111100100101110001000100011101111101111011011100111100110101001111010101111101001100010111011100001000010 | e8be9fe4b888efbdb9e6a7abe98bb842 |
UHC | ?丈??鋸B | 0011111111101101110110110011111100111111110010111110101001000010 | 3feddb3f3fcbea42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)