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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 支?孩瀧暇 | 100011100111100000111111100110110111011110010001111010111000100111001001 | 8e783f9b7791eb89c9 |
EUC-JP | 支?孩瀧暇 | 101110111101100100111111110101011101100011000010111011011011001011001011 | bbd93fd5d8c2edb2cb |
UTF-8 | 支렫孩瀧暇 | 111001101001010010101111111010111010000010101011111001011010110110101001111001111000000010100111111001101001101010000111 | e694afeba0abe5ada9e780a7e69a87 |
UHC | 支렫孩瀧暇 | 11110010101010001000111010111001111110101010100111010110111010011100101010101100 | f2a88eb9faa9d6e9caac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)