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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 上ユ鉐^ | 100011111110001111010101111001111110111101011110 | 8fe3d5e7ef5e |
EUC-JP | 上ユ鉐^ | 10111110111001011000111011010101111011101111000101011110 | bee58ed5eef15e |
UTF-8 | 上ユ鉐^ | 11100100101110001000101011101111101111101001010111101001100010011001000001011110 | e4b88aefbe95e989905e |
UHC | 上??^ | 1101111110111110001111110011111101011110 | dfbe3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)