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 | 1001011101111101111010010110000001011001100101110111110111101001011000000110001001000101 | 977de96059977de9606245 |
EUC-JP | 抑饒Y抑饒bE | 1100110111011110111100011100000101011001110011011101111011110001110000010110001001000101 | cddef1c159cddef1c16245 |
UTF-8 | 抑饒Y抑饒bE | 111001101000101010010001111010011010010110010010010110011110011010001010100100011110100110100101100100100110001001000101 | e68a91e9a59259e68a91e9a5926245 |
UHC | 抑饒Y抑饒bE | 1110010111100100111010011010111001011001111001011110010011101001101011100110001001000101 | e5e4e9ae59e5e4e9ae6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)