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 | 筌???∽Ⅷ | 111000101010001100111111001111110011111110000001111001001000011101011011 | e2a33f3f3f81e4875b |
EUC-JP | 筌??沅∽? | 11100100101001010011111100111111100011111100011011101001101000101110011000111111 | e4a53f3f8fc6e9a2e63f |
UTF-8 | 筌꺿뫓沅∽Ⅷ | 111001111010110110001100111010101011101010111111111010111010101110010011111001101011001010000101111000101000100010111101111000101000010110100111 | e7ad8ceababfebab93e6b285e288bde285a7 |
UHC | 筌꺿뫓沅∽Ⅷ | 111011111010011110000011111000101001000110110101111010101011011010100001111011111010010110110111 | efa783e291b5eab6a1efa5b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)