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 | ??O???? | 00111111001111110100111100111111001111110011111100111111 | 3f3f4f3f3f3f3f |
SJIS-WIN | 杖?O漿??? | 100011111111000100111111010011111001111111110111001111110011111100111111 | 8ff13f4f9ff73f3f3f |
EUC-JP | 杖?O漿??? | 101111101111001100111111010011111101111011111001001111110011111100111111 | bef33f4fdef93f3f3f |
UTF-8 | 杖렗O漿렱欌렫 | 11100110100111011001011011101011101000001001011101001111111001101011110010111111111010111010000010110001111001101010110010001100111010111010000010101011 | e69d96eba0974fe6bcbfeba0b1e6ac8ceba0ab |
UHC | 杖렗O漿렱欌렫 | 11101101111010001000111010101100010011111110110111101100100011101011111011101101111010111000111010111001 | ede88eac4fedec8ebeedeb8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)