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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ??枝??B | 00111111001111111000111001111101001111110011111101000010 | 3f3f8e7d3f3f42 |
EUC-JP | ??枝??B | 00111111001111111011101111011110001111110011111101000010 | 3f3fbbde3f3f42 |
UTF-8 | 렱렚枝샴셰B | 11101011101000001011000111101011101000001001101011100110100111101001110111101100100000111011010011101100100001011011000001000010 | eba0b1eba09ae69e9dec83b4ec85b042 |
UHC | 렱렚枝샴셰B | 1000111010111110100011101010110111110010101010111011110010100100101111001100111001000010 | 8ebe8eadf2abbca4bcce42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)