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 | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
SJIS-WIN | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
EUC-JP | ???G?? | 001111110011111100111111010001110011111100111111 | 3f3f3f473f3f |
UTF-8 | 묯뫆뫋G묬묳 | 11101011101011001010111111101011101010111000011011101011101010111000101101000111111010111010110010101100111010111010110010110011 | ebacafebab86ebab8b47ebacacebacb3 |
UHC | 묯뫆뫋G묬묳 | 1001001001000110100100011010100110010001101011010100011110010010010000111001001001001010 | 924691a991ad479243924a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)