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 | 灌牘゚ロ | 100111111111001111100000101011111101111111011011 | 9ff3e0afdfdb |
EUC-JP | 灌牘゚ロ | 1101111011110101111000001011000110001110110111111000111011011011 | def5e0b18edf8edb |
UTF-8 | 灌牘゚ロ | 111001111000000110001100111001111000100110011000111011111011111010011111111011111011111010011011 | e7818ce78998efbe9fefbe9b |
UHC | 灌牘?? | 110011101011010011010100101110100011111100111111 | ceb4d4ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)