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 | 鞜呷衷寬 | 1110100011011111100110011110110010010010100011111111101010101010 | e8df99ec928ffaaa |
EUC-JP | 鞜呷衷? | 11110000111000011101001011101110110000111110111100111111 | f0e1d2eec3ef3f |
UTF-8 | 鞜呷衷寬 | 111010011001111010011100111001011001000110110111111010001010000110110111111001011010111110101100 | e99e9ce591b7e8a1b7e5afac |
UHC | ??衷寬 | 001111110011111111110101111110111100111010110000 | 3f3ff5fbceb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)