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 | 皓瀧?裸 | 11100001101010011001000111101011001111111001011110000111 | e1a991eb3f9787 |
EUC-JP | 皓瀧?裸 | 11100010101010111100001011101101001111111100110111100111 | e2abc2ed3fcde7 |
UTF-8 | 皓瀧렦裸 | 111001111001101010010011111001111000000010100111111010111010000010100110111010001010001110111000 | e79a93e780a7eba0a6e8a3b8 |
UHC | 皓瀧렦裸 | 1111101111010011110101101110100110001110101101011101010110100011 | fbd3d6e98eb5d5a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)