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 | 0011111110010011110010010111110101011001001111111001001111001001011111010110001001000101 | 3f93c97d593f93c97d6245 |
EUC-JP | ?橡}Y?橡}bE | 0011111111000110110010110111110101011001001111111100011011001011011111010110001001000101 | 3fc6cb7d593fc6cb7d6245 |
UTF-8 | 쉁橡}Y쉁橡}bE | 1110110010001001100000011110011010101001101000010111110101011001111011001000100110000001111001101010100110100001011111010110001001000101 | ec8981e6a9a17d59ec8981e6a9a17d6245 |
UHC | 쉁橡}Y쉁橡}bE | 10011010010101101101111111001110011111010101100110011010010101101101111111001110011111010110001001000101 | 9a56dfce7d599a56dfce7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)