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 | 001111111000111110000000010110010011111110001111100000000110001001000101 | 3f8f80593f8f806245 |
EUC-JP | ?準Y?準bE | 001111111011110111100000010110010011111110111101111000000110001001000101 | 3fbde0593fbde06245 |
UTF-8 | 앓準Y앓準bE | 111011001001010110010011111001101011101010010110010110011110110010010101100100111110011010111010100101100110001001000101 | ec9593e6ba9659ec9593e6ba966245 |
UHC | 앓準Y앓準bE | 1011111011001110111100011101111001011001101111101100111011110001110111100110001001000101 | becef1de59becef1de6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)