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 | 言①?弱?? | 100011001011111010000111010000000011111110001110111000110011111100111111 | 8cbe87403f8ee33f3f |
EUC-JP | 言??弱?? | 1011100011000000001111110011111110111100111001010011111100111111 | b8c03f3fbce53f3f |
UTF-8 | 言①댌弱꾤뀸 | 111010001010100010000000111000101001000110100000111010111000110010001100111001011011110010110001111010101011111010100100111010111000000010111000 | e8a880e291a0eb8c8ce5bcb1eabea4eb80b8 |
UHC | 言①댌弱꾤뀸 | 111001011110101110101000111001111000100010110101111001011011000010000100111001111000010110101110 | e5eba8e788b5e5b084e785ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)