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 | ??K?? | 0011111100111111010010110011111100111111 | 3f3f4b3f3f |
SJIS-WIN | 辿谷K辿谷 | 100100100100100010010010010010100100101110010010010010001001001001001010 | 9248924a4b9248924a |
EUC-JP | 辿谷K辿谷 | 110000111010100111000011101010110100101111000011101010011100001110101011 | c3a9c3ab4bc3a9c3ab |
UTF-8 | 辿谷K辿谷 | 11101000101111101011111111101000101100001011011101001011111010001011111010111111111010001011000010110111 | e8bebfe8b0b74be8bebfe8b0b7 |
UHC | ?谷K?谷 | 00111111110011011101101101001011001111111100110111011011 | 3fcddb4b3fcddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)