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? | 001111110011111100111111001111110111001000111111 | 3f3f3f3f723f |
SJIS-WIN | ????r? | 001111110011111100111111001111110111001000111111 | 3f3f3f3f723f |
EUC-JP | ????r? | 001111110011111100111111001111110111001000111111 | 3f3f3f3f723f |
UTF-8 | 셔렑렼샴r셔 | 11101100100001011001010011101011101000001001000111101011101000001011110011101100100000111011010001110010111011001000010110010100 | ec8594eba091eba0bcec83b472ec8594 |
UHC | 셔렑렼샴r셔 | 1011110011000101100011101010011010001110110001001011110010100100011100101011110011000101 | bcc58ea68ec4bca472bcc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)