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 | 雅??一ラ? | 100010011110101100111111001111111000100011101010100000111000100100111111 | 89eb3f3f88ea83893f |
EUC-JP | 雅??一ラ? | 101100101110110100111111001111111011000011101100101001011110100100111111 | b2ed3f3fb0eca5e93f |
UTF-8 | 雅붾뀗一ラ뇦 | 111010011001101110000101111010111011011010111110111010111000000010010111111001001011100010000000111000111000001110101001111010111000011110100110 | e99b85ebb6beeb8097e4b880e383a9eb87a6 |
UHC | 雅붾뀗一ラ뇦 | 111001001011101010010100111010111000010110010000111011001110100110101011111010011000011110001110 | e4ba94eb8590ece9abe9878e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)