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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 臾??萸?П | 111001000110101100111111001111111110010011001110001111111000010001010000 | e46b3f3fe4ce3f8450 |
EUC-JP | 臾??萸?П | 111001111100110000111111001111111110100011010000001111111010011110110001 | e7cc3f3fe8d03fa7b1 |
UTF-8 | 臾밸쳯萸껊П | 1110100010000111101111101110101110110000101110001110110010110011101011111110100010010000101110001110101010111011100010101101000010011111 | e887beebb0b8ecb3afe890b8eabb8ad09f |
UHC | 臾밸쳯萸껊П | 111010111010110010111001111010111010101110010011111010111010110110000011111010111010110010110001 | ebacb9ebab93ebad83ebacb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)