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 | 1001110010100000100010101111101001011001100111001010000010001010111110100110001001000101 | 9ca08afa599ca08afa6245 |
EUC-JP | 悛期Y悛期bE | 1101100010100010101101001111110001011001110110001010001010110100111111000110001001000101 | d8a2b4fc59d8a2b4fc6245 |
UTF-8 | 悛期Y悛期bE | 111001101000001010011011111001101001110010011111010110011110011010000010100110111110011010011100100111110110001001000101 | e6829be69c9f59e6829be69c9f6245 |
UHC | 悛期Y悛期bE | 1110111011111001110100011010001001011001111011101111100111010001101000100110001001000101 | eef9d1a259eef9d1a26245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)