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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 筌??魏??B | 111000101010001100111111001111111110100110110000001111110011111101000010 | e2a33f3fe9b03f3f42 |
EUC-JP | 筌??魏??B | 111001001010010100111111001111111111001010110010001111110011111101000010 | e4a53f3ff2b23f3f42 |
UTF-8 | 筌곷겎魏녿옜B | 11100111101011011000110011101010101100111011011111101010101100101000111011101001101011011000111111101011100001011011111111101100100110001001110001000010 | e7ad8ceab3b7eab28ee9ad8feb85bfec989c42 |
UHC | 筌곷겎魏녿옜B | 11101111101001111000000111101011100000011010011111101010111000001000011011101011101111111011111101000010 | efa781eb81a7eae086ebbfbf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)