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 | 鈺??秧?? | 1111101111000100001111110011111111100010010111100011111100111111 | fbc43f3fe25e3f3f |
EUC-JP | 鈺?˙秧?? | 1000111111100011110101010011111110001111101000101011001011100011101111110011111100111111 | 8fe3d53f8fa2b2e3bf3f3f |
UTF-8 | 鈺잌˙秧길쉰 | 1110100110001000101110101110110010011110100011001100101110011001111001111010011110100111111010101011100010111000111011001000100110110000 | e988baec9e8ccb99e7a7a7eab8b8ec89b0 |
UHC | 鈺잌˙秧길쉰 | 111010001010110110011111111001011010001010101011111001001110101110110001111001101011110110101110 | e8ad9fe5a2abe4ebb1e6bdae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)