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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??げ’ | 001111110011111110000010101100001000000101100110 | 3f3f82b08166 |
EUC-JP | ??げ’ | 001111110011111110100100101100101010000111000111 | 3f3fa4b2a1c7 |
UTF-8 | 룶쨵げ’ | 111010111010001110110110111011001010100010110101111000111000000110010010111000101000000010011001 | eba3b6eca8b5e38192e28099 |
UHC | 룶쨵げ’ | 1000111110101011101001001000111110101010101100101010000110101111 | 8faba48faab2a1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)