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 | 湜悉渼爾 | 1111101101000111100011101011101111111011010010011000111010100010 | fb478ebbfb498ea2 |
EUC-JP | 湜悉渼爾 | 10001111110001111111110010111100101111011000111111000111111100001011110010100100 | 8fc7fcbcbd8fc7f0bca4 |
UTF-8 | 湜悉渼爾 | 111001101011100110011100111001101000001010001001111001101011100010111100111001111000100010111110 | e6b99ce68289e6b8bce788be |
UHC | 湜悉渼爾 | 1110001111010111111000111111101011011010101101001110110010110011 | e3d7e3fadab4ecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)