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 | ?ル?爰? | 00111111100000111000101100111111111000001010011100111111 | 3f838b3fe0a73f |
EUC-JP | ?ル?爰? | 00111111101001011110101100111111111000001010100100111111 | 3fa5eb3fe0a93f |
UTF-8 | 曆ル뜆爰랡 | 111011111010011010001011111000111000001110101011111010111001110010000110111001111000100010110000111010111001111010100001 | efa68be383abeb9c86e788b0eb9ea1 |
UHC | 曆ル뜆爰랡 | 11100110101101111010101111101011100011011000100111101010101110101000111001000010 | e6b7abeb8d89eaba8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)