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 | ワ鍰尞コセ | 111100001010110011011100111110111101111111111010101010111011101010111110 | f0acdcfbdffaabbabe |
EUC-JP | ?ワ鍰尞コセ | 00111111100011101101110010001111111001001111101010001111101110101110101110001110101110101000111010111110 | 3f8edc8fe4fa8fbaeb8eba8ebe |
UTF-8 | ワ鍰尞コセ | 111011101000000110101011111011111011111010011100111010011000110110110000111001011011000010011110111011111011110110111010111011111011110110111110 | ee81abefbe9ce98db0e5b09eefbdbaefbdbe |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)