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 | ツ湘敕暗氾ォ | 11000010100011111100001110011101110000111000100011000011100101001100001110101011 | c28fc39dc388c394c3ab |
EUC-JP | ツ湘敕暗氾ォ | 100011101100001010111110110001011101101011000101101100001100010111001000110001011000111010101011 | 8ec2bec5dac5b0c5c8c58eab |
UTF-8 | ツ湘敕暗氾ォ | 111011111011111010000010111001101011100110011000111001101001010110010101111001101001101010010111111001101011000010111110111011111011110110101011 | efbe82e6b998e69595e69a97e6b0beefbdab |
UHC | ?湘?暗氾? | 001111111101111111001111001111111110010011011110110110111111000000111111 | 3fdfcf3fe4dedbf03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)