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 | 慂??松?? | 1001110011001000001111110011111110001111101111000011111100111111 | 9cc83f3f8fbc3f3f |
EUC-JP | 慂??松?? | 1101100011001010001111110011111110111110101111100011111100111111 | d8ca3f3fbebe3f3f |
UTF-8 | 慂딁쭅松㎩칰 | 111001101000010110000010111010111001010010000001111011001010110110000101111001101001110110111110111000111000111010101001111011001011100110110000 | e68582eb9481ecad85e69dbee38ea9ecb9b0 |
UHC | 慂딁쭅松㎩칰 | 111010011011110110001010111001111010011110000001111000011110011010100111111001011010111110000011 | e9bd8ae7a781e1e6a7e5af83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)