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 | 1000100011001001001111110111110101011001100010001100100100111111011111010110001001000101 | 88c93f7d5988c93f7d6245 |
EUC-JP | 伊?}Y伊?}bE | 1011000011001011001111110111110101011001101100001100101100111111011111010110001001000101 | b0cb3f7d59b0cb3f7d6245 |
UTF-8 | 伊쒜}Y伊쒜}bE | 1110010010111100100010101110110010010010100111000111110101011001111001001011110010001010111011001001001010011100011111010110001001000101 | e4bc8aec929c7d59e4bc8aec929c7d6245 |
UHC | 伊쒜}Y伊쒜}bE | 11101100101001011011111010101110011111010101100111101100101001011011111010101110011111010110001001000101 | eca5beae7d59eca5beae7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)