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 | 毬咤韈怐 | 1001111101111011100110100100001011101000111001111001110010000001 | 9f7b9a42e8e79c81 |
EUC-JP | 毬咤韈怐 | 1101110111011100110100111010001111110000111010011101011111100001 | dddcd3a3f0e9d7e1 |
UTF-8 | 毬咤韈怐 | 111001101010111110101100111001011001001010100100111010011001111110001000111001101000000010010000 | e6aface592a4e99f88e68090 |
UHC | 毬咤?? | 110011111011001111110110111000110011111100111111 | cfb3f6e33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)