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 | 룶幾픈룵 | 111010111010001110110110111001011011100110111110111011011001010010001000111010111010001110110101 | eba3b6e5b9beed9488eba3b5 |
UHC | 룶幾픈룵 | 1000111110101011110100001111101011000111110000101000111110101010 | 8fabd0fac7c28faa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)