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 | 111010111010100010100110111010111010100110111101111010111010100010111111010110011110101110101000101001101110101110101001101111011110101110101000101111110110001001000101 | eba8a6eba9bdeba8bf59eba8a6eba9bdeba8bf6245 |
UHC | 먦멽먿Y먦멽먿bE | 100100001110001110010001011010101001000011111001010110011001000011100011100100010110101010010000111110010110001001000101 | 90e3916a90f95990e3916a90f96245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)