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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 劑??臀⊂B | 100110011001110100111111001111111110010001011100100000011011110001000010 | 999d3f3fe45c81bc42 |
EUC-JP | 劑??臀⊂B | 110100011111110100111111001111111110011110111101101000101011111001000010 | d1fd3f3fe7bda2be42 |
UTF-8 | 劑ㅹ렫臀⊂B | 11100101100010101001000111100011100001011011100111101011101000001010101111101000100001111000000011100010100010101000001001000010 | e58a91e385b9eba0abe88780e28a8242 |
UHC | 劑ㅹ렫臀⊂B | 1111000010100101101001001110100110001110101110011101010011101011101000011111100001000010 | f0a5a4e98eb9d4eba1f842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)