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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?〓?瑜 | 001111111000000110101100001111111110000011101111 | 3f81ac3fe0ef |
EUC-JP | 濚〓?瑜 | 1000111111001001101000011010001010101110001111111110000011110001 | 8fc9a1a2ae3fe0f1 |
UTF-8 | 濚〓렪瑜 | 111001101011111110011010111000111000000010010011111010111010000010101010111001111001000110011100 | e6bf9ae38093eba0aae7919c |
UHC | 濚〓렪瑜 | 1110011110111001101000011110101110001110101110001110101110100101 | e7b9a1eb8eb8eba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)