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 | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | 譚」}Y譚」}bE | 1110011010011101101000110111110101011001111001101001110110100011011111010110001001000101 | e69da37d59e69da37d6245 |
EUC-JP | 譚」}Y譚」}bE | 11101011111111011000111010100011011111010101100111101011111111011000111010100011011111010110001001000101 | ebfd8ea37d59ebfd8ea37d6245 |
UTF-8 | 譚」}Y譚」}bE | 1110100010101101100110101110111110111101101000110111110101011001111010001010110110011010111011111011110110100011011111010110001001000101 | e8ad9aefbda37d59e8ad9aefbda37d6245 |
UHC | 譚?}Y譚?}bE | 1101001111001001001111110111110101011001110100111100100100111111011111010110001001000101 | d3c93f7d59d3c93f7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)