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 | ??G??R | 001111110011111101000111001111110011111101010010 | 3f3f473f3f52 |
SJIS-WIN | 爵灼G爵灼R | 10001110110111011000111011011100010001111000111011011101100011101101110001010010 | 8edd8edc478edd8edc52 |
EUC-JP | 爵灼G爵灼R | 10111100110111111011110011011110010001111011110011011111101111001101111001010010 | bcdfbcde47bcdfbcde52 |
UTF-8 | 爵灼G爵灼R | 1110011110001000101101011110011110000001101111000100011111100111100010001011010111100111100000011011110001010010 | e788b5e781bc47e788b5e781bc52 |
UHC | 爵灼G爵灼R | 11101101110010011110110111000111010001111110110111001001111011011100011101010010 | edc9edc747edc9edc752 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)