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 | 蔕梧繰薺 | 1110010011110110100011001110011010001100010010101110010101010100 | e4f68ce68c4ae554 |
EUC-JP | 蔕梧繰薺 | 1110100011111000101110001110100010110111101010111110100110110101 | e8f8b8e8b7abe9b5 |
UTF-8 | 蔕梧繰薺 | 111010001001010010010101111001101010001010100111111001111011100110110000111010001001011010111010 | e89495e6a2a7e7b9b0e896ba |
UHC | ?梧繰薺 | 00111111111001111111110011110000110110111111000010110001 | 3fe7fcf0dbf0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)