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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邂九o | 111001111010111010001011111000111000001010001111 | e7ae8be3828f |
EUC-JP | 邂九o | 111011101011000010110110111001011010001111101111 | eeb0b6e5a3ef |
UTF-8 | 邂九o | 111010011000001010000010111001001011100110011101111011111011110110001111 | e98282e4b99defbd8f |
UHC | 邂九o | 111110101011001111001110111110101010001111101111 | fab3cefaa3ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)