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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 岳??壹?├ | 100010100111100000111111001111111001101011100011001111111000010010100101 | 8a783f3f9ae33f84a5 |
EUC-JP | 岳??壹?├ | 101100111101100100111111001111111101010011100101001111111010100010100111 | b3d93f3fd4e53fa8a7 |
UTF-8 | 岳묅댙壹놂├ | 111001011011001010110011111010111010110010000101111010111000110010011001111001011010001110111001111010111000011010000010111000101001010010011100 | e5b2b3ebac85eb8c99e5a3b9eb8682e2949c |
UHC | 岳묅댙壹놂├ | 111001001011111110010001111000101000100010111101111011001110110010110011111011111010011010100111 | e4bf91e288bdececb3efa6a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)