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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 弟?姨?梯 | 1001001011101101001111111001101101001000001111111001001011110010 | 92ed3f9b483f92f2 |
EUC-JP | 弟?姨?梯 | 1100010011101111001111111101010110101001001111111100010011110100 | c4ef3fd5a93fc4f4 |
UTF-8 | 弟렱姨렖梯 | 111001011011110010011111111010111010000010110001111001011010011110101000111010111010000010010110111001101010001010101111 | e5bc9feba0b1e5a7a8eba096e6a2af |
UHC | 弟렱姨렖梯 | 11110000101010011000111010111110111011001010100110001110101010111111000010101100 | f0a98ebeeca98eabf0ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)