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 | 漆辞鴣ー | 1111000111111001100011101011110111110010101000111000111010101011111010011111001110110000 | f1f98ebdf2a38eabe9f3b0 |
EUC-JP | ?漆?辞鴣ー | 00111111101111001011111100111111101111001010110111110010111101011000111010110000 | 3fbcbf3fbcadf2f58eb0 |
UTF-8 | 漆辞鴣ー | 111011101000010110110100111001101011110010000110111011101000011110011010111010001011111010011110111010011011010010100011111011111011110110110000 | ee85b4e6bc86ee879ae8be9ee9b4a3efbdb0 |
UHC | ?漆???? | 00111111111101101101010000111111001111110011111100111111 | 3ff6d43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)