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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 遽乞せ﨡ク | 111001111010111110001100111011101000001010111001111110111010000010111000 | e7af8cee82b9fba0b8 |
EUC-JP | 遽乞せ?ク | 111011101011000110111000111100001010010010111011001111111000111010111000 | eeb1b8f0a4bb3f8eb8 |
UTF-8 | 遽乞せ﨡ク | 111010011000000110111101111001001011100110011110111000111000000110011011111011111010100010100001111011111011110110111000 | e981bde4b99ee3819befa8a1efbdb8 |
UHC | 遽乞せ?? | 1100101111101000110010111111011110101010101110110011111100111111 | cbe8cbf7aabb3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)