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 | ???z?? | 001111110011111100111111011110100011111100111111 | 3f3f3f7a3f3f |
SJIS-WIN | ??妖z?? | 00111111001111111001011101100100011110100011111100111111 | 3f3f97647a3f3f |
EUC-JP | ??妖z?? | 00111111001111111100110111000101011110100011111100111111 | 3f3fcdc57a3f3f |
UTF-8 | 쐛숰妖z쐛숰 | 11101100100100001001101111101100100010001011000011100101101001101001011001111010111011001001000010011011111011001000100010110000 | ec909bec88b0e5a6967aec909bec88b0 |
UHC | 쐛숰妖z쐛숰 | 1001110010000001100110100100100011101000111011010111101010011100100000011001101001001000 | 9c819a48e8ed7a9c819a48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)