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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???伊?? | 00111111001111110011111110001000110010010011111100111111 | 3f3f3f88c93f3f |
EUC-JP | ???伊?? | 00111111001111110011111110110000110010110011111100111111 | 3f3f3fb0cb3f3f |
UTF-8 | 樂낅뜆伊쇿렘 | 111011111010011010111111111010111000001010000101111010111001110010000110111001001011110010001010111011001000011110111111111010111010000010011000 | efa6bfeb8285eb9c86e4bc8aec87bfeba098 |
UHC | 樂낅뜆伊쇿렘 | 111010001111100110000101111010111000110110001001111011001010010110011001111001011011011110111101 | e8f985eb8d89eca599e5b7bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)