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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???佾?? | 0011111100111111001111111000111110110000111110110011111100111111 | 3f3f3f8fb0fb3f3f |
UTF-8 | 琉숆뎬佾섊㉫ | 111011111010011110001100111011001000100010000110111010111000111010101100111001001011110110111110111011001000010010001010111000111000100110101011 | efa78cec8886eb8eace4bdbeec848ae389ab |
UHC | 琉숆뎬佾섊㉫ | 111010111010010010011001111010101011010110110100111011001110101110011000111001111010100010111100 | eba499eab5b4eceb98e7a8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)