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 | ??逡? | 0011111100111111111001111001010100111111 | 3f3fe7953f |
EUC-JP | ??逡? | 0011111100111111111011011111010100111111 | 3f3fedf53f |
UTF-8 | 솟셉逡샵 | 111011001000011010011111111011001000010110001001111010011000000010100001111011001000001110110101 | ec869fec8589e980a1ec83b5 |
UHC | 솟셉逡샵 | 1011110011011010101111001100000111110001111001001011110010100101 | bcdabcc1f1e4bca5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)