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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 將?蹄?弔 | 1001101110010010001111111001001011111011001111111001001010100010 | 9b923f92fb3f92a2 |
EUC-JP | 將?蹄?弔 | 1101010111110010001111111100010011111101001111111100010010100100 | d5f23fc4fd3fc4a4 |
UTF-8 | 將렎蹄렡弔 | 111001011011000010000111111010111010000010001110111010001011100110000100111010111010000010100001111001011011110010010100 | e5b087eba08ee8b984eba0a1e5bc94 |
UHC | 將렎蹄렡弔 | 11101101111000101000111010100100111100001011010010001110101100101111000011000000 | ede28ea4f0b48eb2f0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)