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?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
SJIS-WIN | ???R?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
EUC-JP | ???R?? | 001111110011111100111111010100100011111100111111 | 3f3f3f523f3f |
UTF-8 | 혯쩐혲R혘짢 | 11101101100110001010111111101100101010011001000011101101100110001011001001010010111011011001100010011000111011001010011110100010 | ed98afeca990ed98b252ed9898eca7a2 |
UHC | 혯쩐혲R혘짢 | 1100001010010110110000101011111011000010100110010101001011000010100000111100001010101000 | c296c2bec29952c283c2a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)