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 | ? ?イ | 001111111000000101000000001111111000001101000011 | 3f81403f8343 |
EUC-JP | ? ?イ | 001111111010000110100001001111111010010110100100 | 3fa1a13fa5a4 |
UTF-8 | 룶 卽イ | 111010111010001110110110111000111000000010000000111001011000110110111101111000111000001010100100 | eba3b6e38080e58dbde382a4 |
UHC | 룶 卽イ | 1000111110101011101000011010000111110001111011011010101110100100 | 8faba1a1f1edaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)