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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | 諄翅Y諄翅bE | 1110011001111000111000111100000001011001111001100111100011100011110000000110001001000101 | e678e3c059e678e3c06245 |
EUC-JP | 諄翅Y諄翅bE | 1110101111011001111001101100001001011001111010111101100111100110110000100110001001000101 | ebd9e6c259ebd9e6c26245 |
UTF-8 | 諄翅Y諄翅bE | 111010001010101110000100111001111011111110000101010110011110100010101011100001001110011110111111100001010110001001000101 | e8ab84e7bf8559e8ab84e7bf856245 |
UHC | 諄翅Y諄翅bE | 1110001011110100111000111100011101011001111000101111010011100011110001110110001001000101 | e2f4e3c759e2f4e3c76245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)