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 | 筌???т? | 1110001010100011001111110011111100111111100001001000010000111111 | e2a33f3f3f84843f |
EUC-JP | 筌??庾т? | 11100100101001010011111100111111100011111011110011001110101001111110010000111111 | e4a53f3f8fbccea7e43f |
UTF-8 | 筌뚯늽庾т펺 | 1110011110101101100011001110101110011010101011111110101110001010101111011110010110111010101111101101000110000010111011011000111010111010 | e7ad8ceb9aafeb8abde5babed182ed8eba |
UHC | 筌뚯늽庾т펺 | 111011111010011110001100111011001000100010000110111010101110110010101100111001001011110010001010 | efa78cec8886eaecace4bc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)