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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 湿式i湿式iB | 1000111010111100100011101010111001101001100011101011110010001110101011100110100101000010 | 8ebc8eae698ebc8eae6942 |
EUC-JP | 湿式i湿式iB | 1011110010111110101111001011000001101001101111001011111010111100101100000110100101000010 | bcbebcb069bcbebcb06942 |
UTF-8 | 湿式i湿式iB | 111001101011100110111111111001011011110010001111011010011110011010111001101111111110010110111100100011110110100101000010 | e6b9bfe5bc8f69e6b9bfe5bc8f6942 |
UHC | ?式i?式iB | 001111111110001111010010011010010011111111100011110100100110100101000010 | 3fe3d2693fe3d26942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)