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 | ??莎ゲ | 001111110011111111100100101100111000001101010001 | 3f3fe4b38351 |
EUC-JP | ??莎ゲ | 001111110011111111101000101101011010010110110010 | 3f3fe8b5a5b2 |
UTF-8 | 룶깹莎ゲ | 111010111010001110110110111010101011100110111001111010001000111010001110111000111000001010110010 | eba3b6eab9b9e88e8ee382b2 |
UHC | 룶깹莎ゲ | 1000111110101011101100101010000111011110111011011010101110110010 | 8fabb2a1deedabb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)