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 | 霓ょ?冶?? | 111010001011110110000010111001010011111110010110111010000011111100111111 | e8bd82e53f96e83f3f |
EUC-JP | 霓ょ?冶?? | 111100001011111110100100111001110011111111001100111010100011111100111111 | f0bfa4e73fccea3f3f |
UTF-8 | 霓ょ솫冶숃즰 | 111010011001110010010011111000111000001010000111111011001000011010101011111001011000011010110110111011001000100010000011111011001010011010110000 | e99c93e38287ec86abe586b6ec8883eca6b0 |
UHC | 霓ょ솫冶숃즰 | 111001111110011110101010111001111001100110100010111001011010011110011001111010001010001110000010 | e7e7aae799a2e5a799e8a382 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)