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 | ???蚓? | 001111110011111100111111111001010110110100111111 | 3f3f3fe56d3f |
EUC-JP | ???蚓? | 001111110011111100111111111010011100111000111111 | 3f3f3fe9ce3f |
UTF-8 | 琉뚧눡蚓뾇 | 111011111010011110001100111010111001101010100111111010111000100010100001111010001001101010010011111010111011111010000111 | efa78ceb9aa7eb88a1e89a93ebbe87 |
UHC | 琉뚧눡蚓뾇 | 11101011101001001000110011100110100001111011100011101100111000101001011101000101 | eba48ce687b8ece29745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)