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 | セ裔諶゙丞ソ | 101111101110010111100001111110111010101011011110100011111110010110111111 | bee5e1fbaade8fe5bf |
EUC-JP | セ裔諶゙丞ソ | 10001110101111101110101011100011100011111101111010110101100011101101111010111110111001111000111010111111 | 8ebeeae38fdeb58edebee78ebf |
UTF-8 | セ裔諶゙丞ソ | 111011111011110110111110111010001010001110010100111010001010101110110110111011111011111010011110111001001011100010011110111011111011110110111111 | efbdbee8a394e8abb6efbe9ee4b89eefbdbf |
UHC | ?裔諶?丞? | 001111111110011111100000111001001010011000111111111000111010101000111111 | 3fe7e0e4a63fe3aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)