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 | 伍??永? | 10001100110111100011111100111111100010010110100100111111 | 8cde3f3f89693f |
EUC-JP | 伍??永? | 10111000111000000011111100111111101100011100101000111111 | b8e03f3fb1ca3f |
UTF-8 | 伍꿔깕永먒 | 111001001011110010001101111010101011111110010100111010101011100110010101111001101011000010111000111010111010100010010010 | e4bc8deabf94eab995e6b0b8eba892 |
UHC | 伍꿔깕永먒 | 11100111111010101011001011100011100000111000111011100111101101011001000011010000 | e7eab2e3838ee7b590d0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)