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 | 謝舎上゙ | 10001110110100111000111011001001100011111110001111011110 | 8ed38ec98fe3de |
EUC-JP | 謝舎上゙ | 1011110011010101101111001100101110111110111001011000111011011110 | bcd5bccbbee58ede |
UTF-8 | 謝舎上゙ | 111010001010110010011101111010001000100010001110111001001011100010001010111011111011111010011110 | e8ac9de8888ee4b88aefbe9e |
UHC | 謝?上? | 110111101111001100111111110111111011111000111111 | def33fdfbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)