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 | 荵溘醇岦樔譴 | 111001001011100110011111111000111000111110000110111110101010110010011110111001001110011010100010 | e4b99fe38f86faac9ee4e6a2 |
EUC-JP | 荵溘醇岦樔譴 | 11101000101110111101111011100101101111011110011010001111101110111011001111011100111001101110110010100100 | e8bbdee5bde68fbbb3dce6eca4 |
UTF-8 | 荵溘醇岦樔譴 | 111010001000110110110101111001101011101010011000111010011000011010000111111001011011001010100110111001101010100010010100111010001010110110110100 | e88db5e6ba98e98687e5b2a6e6a894e8adb4 |
UHC | ??醇??譴 | 0011111100111111111000101111010100111111001111111100110010111001 | 3f3fe2f53f3fccb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)