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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??脚?龍 | 00111111001111111000101101110010001111111001011110110100 | 3f3f8b723f97b4 |
EUC-JP | ??脚?龍 | 00111111001111111011010111010011001111111100111010110110 | 3f3fb5d33fceb6 |
UTF-8 | 렻┙脚┙龍 | 111010111010000010111011111000101001010010011001111010001000010010011010111000101001010010011001111010011011111010001101 | eba0bbe29499e8849ae29499e9be8d |
UHC | 렻┙脚┙龍 | 10001110110000111010011011000100110010101100010110100110110001001101011110100011 | 8ec3a6c4cac5a6c4d7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)