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 | 10010001100111111001001001011101011111010101100110010001100111111001001001011101011111010110001001000101 | 919f925d7d59919f925d7d6245 |
EUC-JP | 臓綻}Y臓綻}bE | 11000010101000011100001110111110011111010101100111000010101000011100001110111110011111010110001001000101 | c2a1c3be7d59c2a1c3be7d6245 |
UTF-8 | 臓綻}Y臓綻}bE | 1110100010000111100100111110011110110110101110110111110101011001111010001000011110010011111001111011011010111011011111010110001001000101 | e88793e7b6bb7d59e88793e7b6bb7d6245 |
UHC | ?綻}Y?綻}bE | 0011111111110111101010100111110101011001001111111111011110101010011111010110001001000101 | 3ff7aa7d593ff7aa7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)