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 | 蓚爺ウシ裨壱 | 11100100111010011001011011101010101100111011110011100101111010011000100011101011 | e4e996eab3bce5e988eb |
EUC-JP | 蓚爺ウシ裨壱 | 111010001110101111001100111011001000111010110011100011101011110011101010111010111011000011101101 | e8ebccec8eb38ebceaebb0ed |
UTF-8 | 蓚爺ウシ裨壱 | 111010001001001110011010111001111000100010111010111011111011110110110011111011111011110110111100111010001010001110101000111001011010001110110001 | e8939ae788baefbdb3efbdbce8a3a8e5a3b1 |
UHC | 蓚爺??裨? | 111000101011111011100101101011000011111100111111110111101010010100111111 | e2bee5ac3f3fdea53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)