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 | 黑辞遙湿 | 1111110001001011100011101010101111101010101000011000111010111100 | fc4b8eabeaa18ebc |
EUC-JP | ?辞遙湿 | 00111111101111001010110111110100101000111011110010111110 | 3fbcadf4a3bcbe |
UTF-8 | 黑辞遙湿 | 111010011011101110010001111010001011111010011110111010011000000110011001111001101011100110111111 | e9bb91e8be9ee98199e6b9bf |
UHC | 黑?遙? | 111111011101100100111111111010011010101100111111 | fdd93fe9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)