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 | 咀?遇??? | 1001100111110000001111111000101111110110001111110011111100111111 | 99f03f8bf63f3f3f |
EUC-JP | 咀?遇?栯? | 11010010111100100011111110110110111110000011111110001111110000111101001000111111 | d2f23fb6f83f8fc3d23f |
UTF-8 | 咀렡遇렕栯렢 | 111001011001001010000000111010111010000010100001111010011000000110000111111010111010000010010101111001101010000010101111111010111010000010100010 | e59280eba0a1e98187eba095e6a0afeba0a2 |
UHC | 咀렡遇렕栯렢 | 111011101011101010001110101100101110100111100111100011101010101011101001111100011000111010110011 | eeba8eb2e9e78eaae9f18eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)