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 | 筌??肉?? | 1110001010100011001111110011111110010011111101110011111100111111 | e2a33f3f93f73f3f |
EUC-JP | 筌?ʼn肉?? | 11100100101001010011111110001111101010011100101011000110111110010011111100111111 | e4a53f8fa9cac6f93f3f |
UTF-8 | 筌곷ʼn肉뤷섧 | 1110011110101101100011001110101010110011101101111100010110001001111010001000001010001001111010111010010010110111111011001000010010100111 | e7ad8ceab3b7c589e88289eba4b7ec84a7 |
UHC | 筌곷ʼn肉뤷섧 | 111011111010011110000001111010111010100110110000111010111011111110001111111001011011110010110101 | efa781eba9b0ebbf8fe5bcb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)