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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?戈Y?戈bE | 001111111001110011110111010110010011111110011100111101110110001001000101 | 3f9cf7593f9cf76245 |
EUC-JP | ?戈Y?戈bE | 001111111101100011111001010110010011111111011000111110010110001001000101 | 3fd8f9593fd8f96245 |
UTF-8 | 칠戈Y칠戈bE | 111011001011100110100000111001101000100010001000010110011110110010111001101000001110011010001000100010000110001001000101 | ecb9a0e6888859ecb9a0e688886245 |
UHC | 칠戈Y칠戈bE | 1100010010100101110011011111110001011001110001001010010111001101111111000110001001000101 | c4a5cdfc59c4a5cdfc6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)