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 | 筌??一?? | 1110001010100011001111110011111110001000111010100011111100111111 | e2a33f3f88ea3f3f |
EUC-JP | 筌?Ł一?? | 11100100101001010011111110001111101010011010100010110000111011000011111100111111 | e4a53f8fa9a8b0ec3f3f |
UTF-8 | 筌믩Ł一뜹톹 | 1110011110101101100011001110101110101111101010011100010110000001111001001011100010000000111010111001110010111001111011011000011010111001 | e7ad8cebafa9c581e4b880eb9cb9ed86b9 |
UHC | 筌믩Ł一뜹톹 | 111011111010011110010010111010111010100010101001111011001110100110110110111001011011011110001101 | efa792eba8a9ece9b6e5b78d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)