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 | ??Y??bE | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 縒悛Y縒悛bE | 1110001101110010100111001010000001011001111000110111001010011100101000000110001001000101 | e3729ca059e3729ca06245 |
EUC-JP | 縒悛Y縒悛bE | 1110010111010011110110001010001001011001111001011101001111011000101000100110001001000101 | e5d3d8a259e5d3d8a26245 |
UTF-8 | 縒悛Y縒悛bE | 111001111011100010010010111001101000001010011011010110011110011110111000100100101110011010000010100110110110001001000101 | e7b892e6829b59e7b892e6829b6245 |
UHC | ?悛Y?悛bE | 001111111110111011111001010110010011111111101110111110010110001001000101 | 3feef9593feef96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)