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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 筌??肉? | 11100010101000110011111100111111100100111111011100111111 | e2a33f3f93f73f |
EUC-JP | 筌?ʼn肉? | 111001001010010100111111100011111010100111001010110001101111100100111111 | e4a53f8fa9cac6f93f |
UTF-8 | 筌곷ʼn肉뢕 | 1110011110101101100011001110101010110011101101111100010110001001111010001000001010001001111010111010001010010101 | e7ad8ceab3b7c589e88289eba295 |
UHC | 筌곷ʼn肉뢕 | 11101111101001111000000111101011101010011011000011101011101111111000111101010000 | efa781eba9b0ebbf8f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)