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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | ??∵??瓣\ | 001111110011111110000001111001100011111100111111111000010100000101011100 | 3f3f81e63f3fe1415c |
EUC-JP | ??∵??瓣\ | 001111110011111110100010111010000011111100111111111000011010001001011100 | 3f3fa2e83f3fe1a25c |
UTF-8 | 룶⅝∵룶끼瓣\ | 11101011101000111011011011100010100001011001110111100010100010001011010111101011101000111011011011101011100000011011110011100111100100111010001101011100 | eba3b6e2859de288b5eba3b6eb81bce793a35c |
UHC | 룶⅝∵룶끼瓣\ | 10001111101010111010100011111101101000011111000110001111101010111011001110100010111101111111101101011100 | 8faba8fda1f18fabb3a2f7fb5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)