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 | ???厓ひ | 00111111001111110011111111111010100011011000001011010000 | 3f3f3ffa8d82d0 |
EUC-JP | ???厓ひ | 0011111100111111001111111000111110110100110001111010010011010010 | 3f3f3f8fb4c7a4d2 |
UTF-8 | 룶⅞룶厓ひ | 111010111010001110110110111000101000010110011110111010111010001110110110111001011000111010010011111000111000000110110010 | eba3b6e2859eeba3b6e58e93e381b2 |
UHC | 룶⅞룶厓ひ | 10001111101010111010100011111110100011111010101111100100111011011010101011010010 | 8faba8fe8fabe4edaad2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)