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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 癲?∥二?? | 111000011001111100111111100000010110000110010011111100010011111100111111 | e19f3f816193f13f3f |
EUC-JP | 癲?‖二?? | 111000101010000100111111101000011100001011000110111100110011111100111111 | e2a13fa1c2c6f33f3f |
UTF-8 | 癲껊∥二깍쭔 | 111001111001100110110010111010101011101110001010111000101000100010100101111001001011101010001100111010101011100110001101111011001010110110010100 | e799b2eabb8ae288a5e4ba8ceab98decad94 |
UHC | 癲껊∥二깍쭔 | 111011111010011010000011111010111010000110101011111011001010001110110001111011111010011110001100 | efa683eba1abeca3b1efa78c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)