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 | 妤「郢胙ッ雫 | 11111010101001001010001011100111101110011110001111110000101011111000111010110100 | faa4a2e7b9e3f0af8eb4 |
EUC-JP | 妤「郢胙ッ雫 | 10001111101110011010111110001110101000101110111010111011111001101111001010001110101011111011110010110110 | 8fb9af8ea2eebbe6f28eafbcb6 |
UTF-8 | 妤「郢胙ッ雫 | 111001011010011010100100111011111011110110100010111010011000001110100010111010001000001110011001111011111011110110101111111010011001101110101011 | e5a6a4efbda2e983a2e88399efbdafe99bab |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)