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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 亮꾨쩃利쎈쫭 | 111011111010010110110111111010101011111010101000111011001010100110000011111011111010011110011101111011001000111010001000111011001010101110101101 | efa5b7eabea8eca983efa79dec8e88ecabad |
UHC | 亮꾨쩃利쎈쫭 | 111001011011100110000100111010111010010010011101111011001010011010111101111010111010011010000101 | e5b984eba49deca6bdeba685 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)