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 | 霆?衲爭 | 11101000101110110011111111100101110100111110000010100101 | e8bb3fe5d3e0a5 |
EUC-JP | 霆?衲爭 | 11110000101111010011111111101010110101011110000010100111 | f0bd3fead5e0a7 |
UTF-8 | 霆쇤衲爭 | 111010011001110010000110111011001000011110100100111010001010000110110010111001111000100010101101 | e99c86ec87a4e8a1b2e788ad |
UHC | 霆쇤衲爭 | 1110111111111101101111001110100111010010101001001110111010110011 | effdbce9d2a4eeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)