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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 終訥稼 | 100011110100100111100110011000111000100111010010 | 8f49e66389d2 |
EUC-JP | 終訥稼 | 101111011010101011101011110001001011001011010100 | bdaaebc4b2d4 |
UTF-8 | 終訥稼 | 111001111011010110000010111010001010100010100101111001111010100010111100 | e7b582e8a8a5e7a8bc |
UHC | 終訥稼 | 111100001111101111010010111011011100101010110011 | f0fbd2edcab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)