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 | ???瑗?? | 0011111100111111001111111000111111001100110000000011111100111111 | 3f3f3f8fccc03f3f |
UTF-8 | 溜븐뵿瑗쇰젡 | 111011111010011110001011111010111011100010010000111010111011010110111111111001111001000110010111111011001000011110110000111011001010000010100001 | efa78bebb890ebb5bfe79197ec87b0eca0a1 |
UHC | 溜븐뵿瑗쇰젡 | 111010101111111010111010111011001001010010111101111010101011110010111100111010111010000010011010 | eafebaec94bdeabcbceba09a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)