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 | ???I | 00111111001111110011111101001001 | 3f3f3f49 |
SJIS-WIN | テつ頻I | 110000111000001011000010100101010111000001001001 | c382c2957049 |
EUC-JP | テつ頻I | 10001110110000111010010011000100110010011101000101001001 | 8ec3a4c4c9d149 |
UTF-8 | テつ頻I | 11101111101111101000001111100011100000011010010011101001101000001011101101001001 | efbe83e381a4e9a0bb49 |
UHC | ?つ頻I | 001111111010101011000100110111101011101001001001 | 3faac4deba49 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)