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 | ?耀?? | 0011111110010111011100110011111100111111 | 3f97733f3f |
EUC-JP | ?耀?? | 0011111111001101110101000011111100111111 | 3fcdd43f3f |
UTF-8 | 쒔耀쑈뤜 | 111011001001001010010100111010001000000010000000111011001001000110001000111010111010010010011100 | ec9294e88080ec9188eba49c |
UHC | 쒔耀쑈뤜 | 1011111010101101111010011010010110111110101001001000111111001011 | beade9a5bea48fcb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)