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 | ??N}Y??N}bE | 0011111100111111010011100111110101011001001111110011111101001110011111010110001001000101 | 3f3f4e7d593f3f4e7d6245 |
SJIS-WIN | ?ゥN}Y?ゥN}bE | 0011111110101001010011100111110101011001001111111010100101001110011111010110001001000101 | 3fa94e7d593fa94e7d6245 |
EUC-JP | ?ゥN}Y?ゥN}bE | 00111111100011101010100101001110011111010101100100111111100011101010100101001110011111010110001001000101 | 3f8ea94e7d593f8ea94e7d6245 |
UTF-8 | 䵸ゥN}Y䵸ゥN}bE | 11100100101101011011100011101111101111011010100101001110011111010101100111100100101101011011100011101111101111011010100101001110011111010110001001000101 | e4b5b8efbda94e7d59e4b5b8efbda94e7d6245 |
UHC | ??N}Y??N}bE | 0011111100111111010011100111110101011001001111110011111101001110011111010110001001000101 | 3f3f4e7d593f3f4e7d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)