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 | ?ゆ?蘂? | 00111111100000101110010000111111111001010100000100111111 | 3f82e43fe5413f |
EUC-JP | ?ゆ?蘂? | 00111111101001001110011000111111111010011010001000111111 | 3fa4e63fe9a23f |
UTF-8 | 銳ゆ꼇蘂녔 | 111010011000101010110011111000111000001010000110111010101011110010000111111010001001100010000010111010111000010110010100 | e98ab3e38286eabc87e89882eb8594 |
UHC | 銳ゆ꼇蘂녔 | 11100111111001011010101011100110101100101011101111100111110111101011001111100110 | e7e5aae6b2bbe7deb3e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)