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 | ?幾?? | 0011111110001010111101000011111100111111 | 3f8af43f3f |
EUC-JP | ?幾?? | 0011111110110100111101100011111100111111 | 3fb4f63f3f |
UTF-8 | 룶幾풔룵 | 111010111010001110110110111001011011100110111110111011011001001010010100111010111010001110110101 | eba3b6e5b9beed9294eba3b5 |
UHC | 룶幾풔룵 | 1000111110101011110100001111101011000111101101001000111110101010 | 8fabd0fac7b48faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)