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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | ?喪[?喪[^ | 001111111001000101110010010110110011111110010001011100100101101101011110 | 3f91725b3f91725b5e |
EUC-JP | ?喪[?喪[^ | 001111111100000111010011010110110011111111000001110100110101101101011110 | 3fc1d35b3fc1d35b5e |
UTF-8 | 롒喪[롒喪[^ | 111010111010000110010010111001011001011010101010010110111110101110100001100100101110010110010110101010100101101101011110 | eba192e596aa5beba192e596aa5b5e |
UHC | 롒喪[롒喪[^ | 1000111011010111110111111100001101011011100011101101011111011111110000110101101101011110 | 8ed7dfc35b8ed7dfc35b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)