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 | 11100010110000001110000011111001011111010101100111100010110000001110000011111001011111010110001001000101 | e2c0e0f97d59e2c0e0f97d6245 |
EUC-JP | 簑瓊}Y簑瓊}bE | 11100100110000101110000011111011011111010101100111100100110000101110000011111011011111010110001001000101 | e4c2e0fb7d59e4c2e0fb7d6245 |
UTF-8 | 簑瓊}Y簑瓊}bE | 1110011110110000100100011110011110010011100010100111110101011001111001111011000010010001111001111001001110001010011111010110001001000101 | e7b091e7938a7d59e7b091e7938a7d6245 |
UHC | ?瓊}Y?瓊}bE | 0011111111001100111000010111110101011001001111111100110011100001011111010110001001000101 | 3fcce17d593fcce17d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)