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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 棚臓損遜 | 1001001001001001100100011001111110010001101110011001000110111011 | 9249919f91b991bb |
EUC-JP | 棚臓損遜 | 1100001110101010110000101010000111000010101110111100001010111101 | c3aac2a1c2bbc2bd |
UTF-8 | 棚臓損遜 | 111001101010001110011010111010001000011110010011111001101001000010001101111010011000000110011100 | e6a39ae88793e6908de9819c |
UHC | 棚?損遜 | 11011101110111000011111111100001110111111110000111100001 | dddc3fe1dfe1e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)