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 | 琉뗨꽮蚓볿 | 111011111010011110001100111010111001011110101000111010101011110110101110111010001001101010010011111010111011001110111111 | efa78ceb97a8eabdaee89a93ebb3bf |
UHC | 琉뗨꽮蚓볿 | 11101011101001001000101111101000100001001011100111101100111000101001010001000010 | eba48be884b9ece29442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)