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 | 霄顔ャ篭 | 11101000101110101000101011100111101011001001100001010101 | e8ba8ae7ac9855 |
EUC-JP | 霄顔ャ篭 | 1111000010111100101101001110100110001110101011001100111110110110 | f0bcb4e98eaccfb6 |
UTF-8 | 霄顔ャ篭 | 111010011001110010000100111010011010000110010100111011111011110110101100111001111010111110101101 | e99c84e9a194efbdace7afad |
UHC | ?顔?? | 0011111111100100110101000011111100111111 | 3fe4d43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)