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 | ホ | 11110000111110111100111011110111011010001111000011111011 | f0fbcef768f0fb |
EUC-JP | ?ホ?? | 0011111110001110110011100011111100111111 | 3f8ece3f3f |
UTF-8 | ホ | 111011101000001010111010111011111011111010001110111011101001010110001100111011101000001010111010 | ee82baefbe8eee958cee82ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)