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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
EUC-JP | ??沅???B | 001111110011111110001111110001101110100100111111001111110011111101000010 | 3f3f8fc6e93f3f3f42 |
UTF-8 | 渽렩沅띄렑렫B | 11100110101110001011110111101011101000001010100111100110101100101000010111101011100111011000010011101011101000001001000111101011101000001010101101000010 | e6b8bdeba0a9e6b285eb9d84eba091eba0ab42 |
UHC | 渽렩沅띄렑렫B | 11101110101010101000111010110111111010101011011010110110111001111000111010100110100011101011100101000010 | eeaa8eb7eab6b6e78ea68eb942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)