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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 溜븐즲Y溜븐즲bE | 111011111010011110001011111010111011100010010000111011001010011010110010010110011110111110100111100010111110101110111000100100001110110010100110101100100110001001000101 | efa78bebb890eca6b259efa78bebb890eca6b26245 |
UHC | 溜븐즲Y溜븐즲bE | 111010101111111010111010111011001010001110000100010110011110101011111110101110101110110010100011100001000110001001000101 | eafebaeca38459eafebaeca3846245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)