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 | 1110000111110010111000100110011001011001111000011111001011100010011001100110001001000101 | e1f2e26659e1f2e2666245 |
EUC-JP | 碪稠Y碪稠bE | 1110001011110100111000111100011101011001111000101111010011100011110001110110001001000101 | e2f4e3c759e2f4e3c76245 |
UTF-8 | 碪稠Y碪稠bE | 111001111010001010101010111001111010100010100000010110011110011110100010101010101110011110101000101000000110001001000101 | e7a2aae7a8a059e7a2aae7a8a06245 |
UHC | ?稠Y?稠bE | 001111111111000011010110010110010011111111110000110101100110001001000101 | 3ff0d6593ff0d66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)