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 | 腰??弱? | 10001101100110000011111100111111100011101110001100111111 | 8d983f3f8ee33f |
EUC-JP | 腰??弱? | 10111001111110000011111100111111101111001110010100111111 | b9f83f3fbce53f |
UTF-8 | 腰쀢뿃弱켃 | 111010001000010110110000111011001000000010100010111010111011111110000011111001011011110010110001111011001011110010000011 | e885b0ec80a2ebbf83e5bcb1ecbc83 |
UHC | 腰쀢뿃弱켃 | 11101001101001101001011111100010100101111000101111100101101100001011000101000010 | e9a697e2978be5b0b142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)