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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 展???悠? | 1001001101010111001111110011111100111111100101110100100100111111 | 93573f3f3f97493f |
EUC-JP | 展???悠? | 1100010110111000001111110011111100111111110011011010101000111111 | c5b83f3f3fcdaa3f |
UTF-8 | 展얕렋렒悠랜 | 111001011011000110010101111011001001011010010101111010111010000010001011111010111010000010010010111001101000001010100000111010111001111010011100 | e5b195ec9695eba08beba092e682a0eb9e9c |
UHC | 展얕렋렒悠랜 | 111011101111011110111110111010001000111010100010100011101010011111101010111011011011011110100011 | eef7bee88ea28ea7eaedb7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)