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 | ?藪?? | 0011111111100101010011010011111100111111 | 3fe54d3f3f |
EUC-JP | ?藪?? | 0011111111101001101011100011111100111111 | 3fe9ae3f3f |
UTF-8 | 쏰藪쉹뽱 | 111011001000111110110000111010001001011110101010111011001000100110111001111010111011110110110001 | ec8fb0e897aaec89b9ebbdb1 |
UHC | 쏰藪쉹뽱 | 1001110001001111111000101011111110011010100011111001011011101101 | 9c4fe2bf9a8f96ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)