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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏醍泓軏 | 1111101110110010100100011110011110011111100101111111101110110010 | fbb291e79f97fbb2 |
EUC-JP | 軏醍泓軏 | 10001111111000001101100111000010111010011101110111110111100011111110000011011001 | 8fe0d9c2e9ddf78fe0d9 |
UTF-8 | 軏醍泓軏 | 111010001011101110001111111010011000011010001101111001101011001110010011111010001011101110001111 | e8bb8fe9868de6b393e8bb8f |
UHC | ?醍泓? | 001111111111000010110101111110111111001000111111 | 3ff0b5fbf23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)