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 | タ愠ヘⅴ | 110000001111101011000001110011011111101001000100 | c0fac1cdfa44 |
EUC-JP | タ?ヘ? | 100011101100000000111111100011101100110100111111 | 8ec03f8ecd3f |
UTF-8 | タ愠ヘⅴ | 111011111011111010000000111001101000010010100000111011111011111010001101111000101000010110110100 | efbe80e684a0efbe8de285b4 |
UHC | ???ⅴ | 0011111100111111001111111010010110100101 | 3f3f3fa5a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)