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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???伊?? | 00111111001111110011111110001000110010010011111100111111 | 3f3f3f88c93f3f |
EUC-JP | ???伊?? | 00111111001111110011111110110000110010110011111100111111 | 3f3f3fb0cb3f3f |
UTF-8 | 琉뗨꽮伊삳쨱 | 111011111010011110001100111010111001011110101000111010101011110110101110111001001011110010001010111011001000001010110011111011001010100010110001 | efa78ceb97a8eabdaee4bc8aec82b3eca8b1 |
UHC | 琉뗨꽮伊삳쨱 | 111010111010010010001011111010001000010010111001111011001010010110111011111010111010010010001011 | eba48be884b9eca5bbeba48b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)