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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | タホ丈レ畯 | 11000000110011101000111111100100110110101111101101101111 | c0ce8fe4dafb6f |
EUC-JP | タホ丈レ畯 | 1000111011000000100011101100111010111110111001101000111011011010100011111100110110111011 | 8ec08ecebee68eda8fcdbb |
UTF-8 | タホ丈レ畯 | 111011111011111010000000111011111011111010001110111001001011100010001000111011111011111010011010111001111001010110101111 | efbe80efbe8ee4b888efbe9ae795af |
UHC | ??丈?畯 | 00111111001111111110110111011011001111111111000111100001 | 3f3feddb3ff1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)