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 | 100100111101001000111111010110011001001111010010001111110110001001000101 | 93d23f5993d23f6245 |
EUC-JP | 瀞?Y瀞?bE | 110001101101010000111111010110011100011011010100001111110110001001000101 | c6d43f59c6d43f6245 |
UTF-8 | 瀞줏Y瀞줏bE | 111001111000000010011110111011001010010010001111010110011110011110000000100111101110110010100100100011110110001001000101 | e7809eeca48f59e7809eeca48f6245 |
UHC | 瀞줏Y瀞줏bE | 1110111111100111110000011101111001011001111011111110011111000001110111100110001001000101 | efe7c1de59efe7c1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)