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 | ハ鋻竢コレ | 111100011110001011001010111110111101100111100010100011111011101011011010 | f1e2cafbd9e28fbada |
EUC-JP | ?ハ鋻竢コレ | 001111111000111011001010100011111110010011010001111000111110111110001110101110101000111011011010 | 3f8eca8fe4d1e3ef8eba8eda |
UTF-8 | ハ鋻竢コレ | 111011101000010110011101111011111011111010001010111010011000101110111011111001111010101110100010111011111011110110111010111011111011111010011010 | ee859defbe8ae98bbbe7aba2efbdbaefbe9a |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)