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 | 躍δ???? | 1001011011110100100000111100001000111111001111110011111100111111 | 96f483c23f3f3f3f |
EUC-JP | 躍δ???? | 1100110011110110101001101100010000111111001111110011111100111111 | ccf6a6c43f3f3f3f |
UTF-8 | 躍δ퐰琉앯큷 | 1110100010111010100011011100111010110100111011011001000010110000111011111010011110001100111011001001010110101111111011011000000110110111 | e8ba8dceb4ed90b0efa78cec95afed81b7 |
UHC | 躍δ퐰琉앯큷 | 111001011011100010100101111001001011110110011001111010111010010010011101111001111011010010000110 | e5b8a5e4bd99eba49de7b486 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)