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 | ??R??}b | 00111111001111110101001000111111001111110111110101100010 | 3f3f523f3f7d62 |
SJIS-WIN | ?棚R??}b | 0011111110010010010010010101001000111111001111110111110101100010 | 3f9249523f3f7d62 |
EUC-JP | ?棚R??}b | 0011111111000011101010100101001000111111001111110111110101100010 | 3fc3aa523f3f7d62 |
UTF-8 | 렺棚R렻렊}b | 111010111010000010111010111001101010001110011010010100101110101110100000101110111110101110100000100010100111110101100010 | eba0bae6a39a52eba0bbeba08a7d62 |
UHC | 렺棚R렻렊}b | 1000111011000010110111011101110001010010100011101100001110001110101000010111110101100010 | 8ec2dddc528ec38ea17d62 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)