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 | 10010010010010001001000110111001011111010101100110010010010010001001000110111001011111010110001001000101 | 924891b97d59924891b97d6245 |
EUC-JP | 辿損}Y辿損}bE | 11000011101010011100001010111011011111010101100111000011101010011100001010111011011111010110001001000101 | c3a9c2bb7d59c3a9c2bb7d6245 |
UTF-8 | 辿損}Y辿損}bE | 1110100010111110101111111110011010010000100011010111110101011001111010001011111010111111111001101001000010001101011111010110001001000101 | e8bebfe6908d7d59e8bebfe6908d7d6245 |
UHC | ?損}Y?損}bE | 0011111111100001110111110111110101011001001111111110000111011111011111010110001001000101 | 3fe1df7d593fe1df7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)