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 | ????PhTB | 0011111100111111001111110011111101010000011010000101010001000010 | 3f3f3f3f50685442 |
SJIS-WIN | ?櫻?∮PhTB | 00111111100111110100111000111111100001111001001101010000011010000101010001000010 | 3f9f4e3f879350685442 |
EUC-JP | ?櫻??PhTB | 001111111101110110101111001111110011111101010000011010000101010001000010 | 3fddaf3f3f50685442 |
UTF-8 | 룶櫻卽∮PhTB | 11101011101000111011011011100110101010111011101111100101100011011011110111100010100010001010111001010000011010000101010001000010 | eba3b6e6abbbe58dbde288ae50685442 |
UHC | 룶櫻卽∮PhTB | 100011111010101111100101101000011111000111101101101000101011000101010000011010000101010001000010 | 8fabe5a1f1eda2b150685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)