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 | ??“??? | 00111111001111111000000101100111001111110011111100111111 | 3f3f81673f3f3f |
EUC-JP | ??“??? | 00111111001111111010000111001000001111110011111100111111 | 3f3fa1c83f3f3f |
UTF-8 | 溜븐“溜븍뿊 | 111011111010011110001011111010111011100010010000111000101000000010011100111011111010011110001011111010111011100010001101111010111011111110001010 | efa78bebb890e2809cefa78bebb88debbf8a |
UHC | 溜븐“溜븍뿊 | 111010101111111010111010111011001010000110110000111010101111111010111010111010111001011110010001 | eafebaeca1b0eafebaeb9791 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)