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 | 跪ウ薰ョ | 111001101110110010110011111110111001111010101110 | e6ecb3fb9eae |
EUC-JP | 跪ウ?ョ | 11101100111011101000111010110011001111111000111010101110 | ecee8eb33f8eae |
UTF-8 | 跪ウ薰ョ | 111010001011011110101010111011111011110110110011111010001001011010110000111011111011110110101110 | e8b7aaefbdb3e896b0efbdae |
UHC | ??薰? | 0011111100111111111111011011100100111111 | 3f3ffdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)