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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
EUC-JP | ?鉥Y?鉥bE | 0011111110001111111000111110100001011001001111111000111111100011111010000110001001000101 | 3f8fe3e8593f8fe3e86245 |
UTF-8 | 룷鉥Y룷鉥bE | 111010111010001110110111111010011000100110100101010110011110101110100011101101111110100110001001101001010110001001000101 | eba3b7e989a559eba3b7e989a56245 |
UHC | 룷鉥Y룷鉥bE | 1000111110101100111000101111110001011001100011111010110011100010111111000110001001000101 | 8face2fc598face2fc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)