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 | 驩芽サク邵」 | 111010011000100110001001111010001011101110111000111001111011100010100011 | e98989e8bbb8e7b8a3 |
EUC-JP | 驩芽サク邵」 | 111100011110100110110010111010101000111010111011100011101011100011101110101110101000111010100011 | f1e9b2ea8ebb8eb8eeba8ea3 |
UTF-8 | 驩芽サク邵」 | 111010011010100110101001111010001000101010111101111011111011110110111011111011111011110110111000111010011000001010110101111011111011110110100011 | e9a9a9e88abdefbdbbefbdb8e982b5efbda3 |
UHC | 驩芽??邵? | 111111001011111011100100101101000011111100111111111000011101000000111111 | fcbee4b43f3fe1d03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)