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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 庄?訶? | 100011111010111100111111111001100110010000111111 | 8faf3fe6643f |
EUC-JP | 庄?訶? | 101111101011000100111111111010111100010100111111 | beb13febc53f |
UTF-8 | 庄뀄訶뤈 | 111001011011101010000100111010111000000010000100111010001010100010110110111010111010010010001000 | e5ba84eb8084e8a8b6eba488 |
UHC | 庄뀄訶뤈 | 1110110111100100101100101110110111001010101110001000111110111000 | ede4b2edcab88fb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)