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 | ????®?Z | 00111111001111110011111100111111101011100011111101011010 | 3f3f3f3fae3f5a |
SJIS-WIN | 絶??壯??Z | 100100001110001000111111001111111001101011100001001111110011111101011010 | 90e23f3f9ae13f3f5a |
EUC-JP | 絶??壯®?Z | 1100000011100100001111110011111111010100111000111000111110100010111011100011111101011010 | c0e43f3fd4e38fa2ee3f5a |
UTF-8 | 絶볩쉭壯®왃Z | 111001111011010110110110111010111011001110101001111011001000100110101101111001011010001110101111110000101010111011101100100110011000001101011010 | e7b5b6ebb3a9ec89ade5a3afc2aeec99835a |
UHC | 絶볩쉭壯®왃Z | 11101111101111101001001111101111101111011010110111101101111000001010001011100111100111101011011001011010 | efbe93efbdadede0a2e79eb65a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)