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 | 湜室爾 | 1111101101000111100011101011101011110001111100011000111010100010 | fb478ebaf1f18ea2 |
EUC-JP | 湜室?爾 | 1000111111000111111111001011110010111100001111111011110010100100 | 8fc7fcbcbc3fbca4 |
UTF-8 | 湜室爾 | 111001101011100110011100111001011010111010100100111011101000010110101100111001111000100010111110 | e6b99ce5aea4ee85ace788be |
UHC | 湜室?爾 | 11100011110101111110001111111000001111111110110010110011 | e3d7e3f83fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)