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 | 躍δ?怏?? | 100101101111010010000011110000100011111110011100100010010011111100111111 | 96f483c23f9c893f3f |
EUC-JP | 躍δ?怏?? | 110011001111011010100110110001000011111111010111111010010011111100111111 | ccf6a6c43fd7e93f3f |
UTF-8 | 躍δ퐰怏졾른 | 1110100010111010100011011100111010110100111011011001000010110000111001101000000010001111111011001010000110111110111010111010010110111000 | e8ba8dceb4ed90b0e6808feca1beeba5b8 |
UHC | 躍δ퐰怏졾른 | 111001011011100010100101111001001011110110011001111001001110100010100000111001011011100010100101 | e5b8a5e4bd99e4e8a0e5b8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)