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 | ???臍 | 0011111100111111001111111110010001100000 | 3f3f3fe460 |
EUC-JP | ???臍 | 0011111100111111001111111110011111000001 | 3f3f3fe7c1 |
UTF-8 | 卄쇰깊臍 | 111001011000110110000100111011001000011110110000111010101011100110001010111010001000011110001101 | e58d84ec87b0eab98ae8878d |
UHC | 卄쇰깊臍 | 1110110011111110101111001110101110110001111011011111000010110000 | ecfebcebb1edf0b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)