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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | ???節?ŧ | 001111110011111100111111110000001110000100111111100011111010100111001111 | 3f3f3fc0e13f8fa9cf |
UTF-8 | 料쒐ㅌ節계ŧ | 1110111110100110101111101110110010010010100100001110001110000101100011001110011110101111100000001110101010110011100001001100010110100111 | efa6beec9290e3858ce7af80eab384c5a7 |
UHC | 料쒐ㅌ節계ŧ | 111010001111011110011100111001111010010010111100111011111011110110110000111010001010100110101110 | e8f79ce7a4bcefbdb0e8a9ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)