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 | 葹イ霆ク葹イ | 111001001101111110110010111010001011101110111000111001001101111110110010 | e4dfb2e8bbb8e4dfb2 |
EUC-JP | 葹イ霆ク葹イ | 111010001110000110001110101100101111000010111101100011101011100011101000111000011000111010110010 | e8e18eb2f0bd8eb8e8e18eb2 |
UTF-8 | 葹イ霆ク葹イ | 111010001001000110111001111011111011110110110010111010011001110010000110111011111011110110111000111010001001000110111001111011111011110110110010 | e891b9efbdb2e99c86efbdb8e891b9efbdb2 |
UHC | ??霆??? | 00111111001111111110111111111101001111110011111100111111 | 3f3feffd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)