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 | 勇??謠?? | 1001011101000101001111110011111111100110100011110011111100111111 | 97453f3fe68f3f3f |
EUC-JP | 勇??謠?? | 1100110110100110001111110011111111101011111011110011111100111111 | cda63f3febef3f3f |
UTF-8 | 勇숋푴謠쇽스 | 111001011000101110000111111011001000100010001011111011011001000110110100111010001010110010100000111011001000011110111101111011001000101010100100 | e58b87ec888bed91b4e8aca0ec87bdec8aa4 |
UHC | 勇숋푴謠쇽스 | 111010011011100010011001111011111011111010000010111010011010101010111100111011111011110110111010 | e9b899efbe82e9aabcefbdba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)