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 | 郢櫁。ー裙ィ | 111001111011100110011110111010001010000110110000111001011110001110101000 | e7b99ee8a1b0e5e3a8 |
EUC-JP | 郢櫁。ー裙ィ | 111011101011101111011100111010101000111010100001100011101011000011101010111001011000111010101000 | eebbdcea8ea18eb0eae58ea8 |
UTF-8 | 郢櫁。ー裙ィ | 111010011000001110100010111001101010101110000001111011111011110110100001111011111011110110110000111010001010001110011001111011111011110110101000 | e983a2e6ab81efbda1efbdb0e8a399efbda8 |
UHC | ????裙? | 00111111001111110011111100111111110011111101100100111111 | 3f3f3f3fcfd93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)