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 | 111010111000111010011010111011001000111010110010111010111010100010110001010110011110101110001110100110101110110010001110101100101110101110101000101100010110001001000101 | eb8e9aec8eb2eba8b159eb8e9aec8eb2eba8b16245 |
UHC | 뎚쎲먱Y뎚쎲먱bE | 100010010110101110011011110110011001000011101110010110011000100101101011100110111101100110010000111011100110001001000101 | 896b9bd990ee59896b9bd990ee6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)