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 | 泳??邀?? | 1000100101101010001111110011111111100111101100010011111100111111 | 896a3f3fe7b13f3f |
EUC-JP | 泳??邀?? | 1011000111001011001111110011111111101110101100110011111100111111 | b1cb3f3feeb33f3f |
UTF-8 | 泳뤺듊邀곮쪥 | 111001101011001110110011111010111010010010111010111010111001001110001010111010011000001010000000111010101011001110101110111011001010101010100101 | e6b3b3eba4baeb938ae98280eab3aeecaaa5 |
UHC | 泳뤺듊邀곮쪥 | 111001111011011010001111111010001000101010111101111010011010110110000001111010001010010110011110 | e7b68fe88abde9ad81e8a59e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)