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 | 壯??訝?? | 1001101011100001001111110011111111100110011000100011111100111111 | 9ae13f3fe6623f3f |
EUC-JP | 壯??訝?? | 1101010011100011001111110011111111101011110000110011111100111111 | d4e33f3febc33f3f |
UTF-8 | 壯귝뼔訝딈뀱 | 111001011010001110101111111010101011011110011101111010111011110010010100111010001010100010011101111010111001010010001000111010111000000010110001 | e5a3afeab79debbc94e8a89deb9488eb80b1 |
UHC | 壯귝뼔訝딈뀱 | 111011011110000010000010111001101001011010011100111001001011100010001010111011101000010110100111 | ede082e6969ce4b88aee85a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)