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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遽∫匕辯シ | 111001111010111110000001111001111001100110110110111001111000011110111100 | e7af81e799b6e787bc |
EUC-JP | 遽∫匕辯シ | 11101110101100011010001011101001110100101011100011101101111001111000111010111100 | eeb1a2e9d2b8ede78ebc |
UTF-8 | 遽∫匕辯シ | 111010011000000110111101111000101000100010101011111001011000110010010101111010001011111010101111111011111011110110111100 | e981bde288abe58c95e8beafefbdbc |
UHC | 遽∫匕辯? | 110010111110100010100001111100101101110111100010110111001010101000111111 | cbe8a1f2dde2dcaa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)