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 | ???袗游? | 0011111100111111001111111110010111010101100111111110000000111111 | 3f3f3fe5d59fe03f |
EUC-JP | ???袗游? | 0011111100111111001111111110101011010111110111101110001000111111 | 3f3f3fead7dee23f |
UTF-8 | 얄롕렱袗游섈 | 111011001001011010000100111010111010000110010101111010111010000010110001111010001010001010010111111001101011100010111000111011001000010010001000 | ec9684eba195eba0b1e8a297e6b8b8ec8488 |
UHC | 얄롕렱袗游섈 | 101111101110001010001110110110011000111010111110111100101101111111101010111111011011110010101010 | bee28ed98ebef2dfeafdbcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)