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 | 鵰シ骼クロセ | 1111110001000111101111001110100110001110101110001101101110111110 | fc47bce98eb8dbbe |
EUC-JP | 鵰シ骼クロセ | 10001111111010111111101110001110101111001111000111101110100011101011100010001110110110111000111010111110 | 8febfb8ebcf1ee8eb88edb8ebe |
UTF-8 | 鵰シ骼クロセ | 111010011011010110110000111011111011110110111100111010011010101010111100111011111011110110111000111011111011111010011011111011111011110110111110 | e9b5b0efbdbce9aabcefbdb8efbe9befbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)