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 | ?????t?G | 0011111100111111001111110011111100111111011101000011111101000111 | 3f3f3f3f3f743f47 |
SJIS-WIN | ?????t?G | 0011111100111111001111110011111100111111011101000011111101000111 | 3f3f3f3f3f743f47 |
EUC-JP | ?????t?G | 0011111100111111001111110011111100111111011101000011111101000111 | 3f3f3f3f3f743f47 |
UTF-8 | 혟혖혘횋혖t혫G | 1110110110011000100111111110110110011000100101101110110110011000100110001110110110011010100010111110110110011000100101100111010011101101100110001010101101000111 | ed989fed9896ed9898ed9a8bed989674ed98ab47 |
UHC | 혟혖혘횋혖t혫G | 1100001010001001110000101000000111000010100000111100001110001001110000101000000101110100110000101001001101000111 | c289c281c283c389c28174c29347 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)