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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 丈ヲ璽悉 | 100011111110010010100110100011101010001111110000101001101000111010111011 | 8fe4a68ea3f0a68ebb |
EUC-JP | 丈ヲ璽?悉 | 101111101110011010001110101001101011110010100101001111111011110010111101 | bee68ea6bca53fbcbd |
UTF-8 | 丈ヲ璽悉 | 111001001011100010001000111011111011110110100110111001111001001010111101111011101000000110100101111001101000001010001001 | e4b888efbda6e792bdee81a5e68289 |
UHC | 丈?璽?悉 | 1110110111011011001111111101111111011110001111111110001111111010 | eddb3fdfde3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)