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 | 秧?〃宥 | 11100010010111100011111110000001010101101001011101000111 | e25e3f81569747 |
EUC-JP | 秧?〃宥 | 11100011101111110011111110100001101101111100110110101000 | e3bf3fa1b7cda8 |
UTF-8 | 秧곷〃宥 | 111001111010011110100111111010101011001110110111111000111000000010000011111001011010111010100101 | e7a7a7eab3b7e38083e5aea5 |
UHC | 秧곷〃宥 | 1110010011101011100000011110101110100001101010001110101011101001 | e4eb81eba1a8eae9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)